F.INV.RT

Returns the inverse of the right-tailed F-distribution[1].

Syntax:

F.INV.RT( probability:Number, degrees of freedom in the numerator:PositiveInteger, degrees of freedom in the denominator:PositiveInteger )

For the given probability in [0,1], returns the corresponding x-value which yields that right-tailed probability for the F-distribution with given degrees of freedom in the numerator and degrees of freedom in the denominator.

Revisions:

This function was added in Fireworkz 2.00.

  1. Weisstein, Eric W. "F-Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/F-Distribution.html