 | LinearRegressionAnovaModelDegreesOfFreedom Property |
Gets the number of degrees of freedom for the model.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic int ModelDegreesOfFreedom { get; }
Public ReadOnly Property ModelDegreesOfFreedom As Integer
Get
public:
property int ModelDegreesOfFreedom {
int get ();
}
member ModelDegreesOfFreedom : int with get
Property Value
Type:
Int32
Remarks
This equal to the number of predictors in the model.
See Also