Returns the standard deviation of the sample.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double StdDev { get; }
Visual Basic (Declaration)
Public ReadOnly Property StdDev As Double
Visual C++
public:
property double StdDev {
	double get ();
}

Field Value

A double containing the standard deviation of the sample.

See Also