Gets the number of degrees of freedom of the 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 number of degrees of freedom of the distribution.

Remarks

This property is read-only.