Gets the degrees of freedom of the sample in the denominator of the F distribution.

Namespace: Extreme.Statistics.Tests
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 degrees of freedom of the sample in the denominator of the F distribution.

Remarks

This property is read-only.