InverseChiSquareDistribution.DegreesOfFreedom Property

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

Definition

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

Property Value

Double
The degrees of freedom for the distribution.

See Also