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

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

Syntax

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

Value

The degrees of freedom of the sample in the numerator of the F distribution.

Remarks

This property is read-only.