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#
public int DegreesOfFreedom { get; }

Property ValuePermalink

Int32
The total degrees of freedom of the data.

ExceptionsPermalink

InvalidOperationException

The property is accessed before the model has been computed.

See AlsoPermalink