Click or drag to resize

LinearRegressionAnovaModelDegreesOfFreedom Property

Gets the number of degrees of freedom for the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int ModelDegreesOfFreedom { get; }

Property Value

Int32
Remarks
This equal to the number of predictors in the model.
See Also