Gets the subjects degrees of freedom.

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

Syntax

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

See Also