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

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property DegreesOfFreedom As Double
C#
public double DegreesOfFreedom { get; }
C++
public:
double DegreesOfFreedom {
	double get ();
}

Value

The degrees of freedom for the distribution.