Click or drag to resize

LinearRegressionAnovaErrorDegreesOfFreedom Property

Gets the number of degrees of freedom for the model error.

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

Property Value

Int32
Remarks
This is equal to the number of observations minus the number of model parameters.
See Also