NormTwoSampleStdDevX Property |
The standard deviation of the first sample, x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double StdDevX { get; }
Public ReadOnly Property StdDevX As Double
Get
public:
property double StdDevX {
double get ();
}
member StdDevX : float with get
Property Value
Type:
Double
A
double containing the standard deviation of the first
sample,
x.
See Also