BartlettTest.DegreesOfFreedom Property

Gets the degrees of freedom for this chi-square distribution.

Definition

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

Property Value

Double
The degrees of freedom for this chi-square distribution.

Remarks

Bartlett's test is based on a chi-square statistic. This property returns the degrees of freedom of the chi-square distribution.

See Also