Regression Model<T>.Degrees Of Freedom Property
Gets the total degrees of freedom of the data.
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The total degrees of freedom of the data.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int DegreesOfFreedom { get; }
Property Value
Int32The total degrees of freedom of the data.
Exceptions
Invalid | The property is accessed before the model has been computed. |