Gets the degrees of freedom for the data. This is number of samples - number of components - 1.

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

Syntax

C#
public int DegreesOfFreedom { get; }
Visual Basic (Declaration)
Public ReadOnly Property DegreesOfFreedom As Integer
Visual C++
public:
property int DegreesOfFreedom {
	int get ();
}

See Also