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

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

Syntax

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

Value

The number of degrees of freedom for the variance of the sample for the denominator.

Remarks

This property is read-only.