TimeSeriesModel<T>.DegreesOfFreedom Property

Gets the total degrees of freedom of the data.

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int DegreesOfFreedom { get; protected set; }

Property Value

Int32
The total degrees of freedom of the data.

Exceptions

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also