FDistribution.NumeratorDegreesOfFreedom Property

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

Definition

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