Gets the number of degrees of freedom for the model.

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

Syntax

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

Remarks

This equal to the number of predictors in the model.

See Also