AnovaModel.DegreesOfFreedom Property

Gets the total degrees of freedom of the data.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int DegreesOfFreedom { get; }

Property Value

Int32
The total degrees of freedom of the data.

Exceptions

InvalidOperationException

The property is accessed before the model has been computed.

See Also