FDistribution.NumeratorDegreesOfFreedom Property

Gets the number of degrees of freedom for the variance of the sample for the numerator.

Definition

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

Property Value

Double
The number of degrees of freedom for the variance of the sample for the numerator.

Remarks

This property is read-only.

See Also