Gets the within-groups degrees of freedom.

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

Syntax

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

See Also