Levene Test.Numerator Degrees Of Freedom Property
Gets the degrees of freedom of the sample in the numerator of the F distribution.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The degrees of freedom of the sample in the numerator of the F distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double NumeratorDegreesOfFreedom { get; }
Property Value
DoubleThe degrees of freedom of the sample in the numerator of the F distribution.
Remarks
This property is read-only.