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