Gets the standard deviation of the second sample.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

See Also