FTest.GetUpperTailProbability Method

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

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double GetUpperTailProbability(
	double ratio,
	double numeratorDegreesOfFreedom,
	double denominatorDegreesOfFreedom
)

Parameters

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

Return Value

Double
The probability that the statistic is greater than ratio.

See Also