LeveneTest.NumeratorDegreesOfFreedom Property

Gets the degrees of freedom of the sample in the numerator of the F distribution.

Definition

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

Property Value

Double
The degrees of freedom of the sample in the numerator of the F distribution.

Remarks

This property is read-only.

See Also