AnovaModel.DegreesOfFreedom Property
Gets the total degrees of freedom of the data.
DefinitionPermalink
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The total degrees of freedom of the data.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public int DegreesOfFreedom { get; }
Property ValuePermalink
Int32The total degrees of freedom of the data.
ExceptionsPermalink
Invalid | The property is accessed before the model has been computed. |