Gets the probability that an F statistic is greater than the specified value.

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetUpperTailProbability ( _
	ratio As Double, _
	numeratorDegreesOfFreedom As Double, _
	denominatorDegreesOfFreedom As Double _
) As Double
C#
public static double GetUpperTailProbability (
	double ratio,
	double numeratorDegreesOfFreedom,
	double denominatorDegreesOfFreedom
)
C++
public:
static double GetUpperTailProbability (
	double ratio, 
	double numeratorDegreesOfFreedom, 
	double denominatorDegreesOfFreedom
)

Parameters

ratio (System.Double)
The value of the F statistic.
numeratorDegreesOfFreedom (System.Double)
The degrees of freedom of the enumerator.
denominatorDegreesOfFreedom (System.Double)
The degrees of freedom of the denominator.

Return Value

The probability that the statistic is greater than ratio.