The standard deviation of the second sample, y.

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

Syntax

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

Field Value

A double containing the standard deviation of the second sample, y.

See Also