LjungBoxTest.FitDegreesOfFreedom Property

Gets or sets the number of degrees of freedom of the model that produced the sample.

Definition

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

Property Value

Int32

Remarks

If the sample was the result of a model, then the number of parameters of the model has to be subtracted from the total degrees of freedom.

See Also