LjungBoxTest.FitDegreesOfFreedom Property

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

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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