The standard deviation of the first sample, x.

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

Syntax

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

Field Value

A double containing the standard deviation of the first sample, x.

See Also