ChiSquareDistribution.DegreesOfFreedom Property

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

Definition

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

Property Value

Double
The degrees of freedom for the distribution.

See Also