Returns the exact standard deviation.

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

Syntax

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

Field Value

A double scalar containing the exact standard deviation based on Pearson's chi-square statistic.

See Also