F.INV.RT Function Explained

The F.INV.RT Function in Microsoft Excel returns the F-Distribution inverse of the given probability. It takes three arguments: probability, deg_freedom1, and deg_freedom2. The probability argument is the probability associated with the F-Distribution, the deg_freedom1 argument is the numerator degrees of freedom, and the deg_freedom2 argument is the denominator degrees of freedom. The function returns the value of the F-Distribution inverse for the given probability.

F.INV.RT Function Syntax

F.INV.RT(probability,deg_freedom1,deg_freedom2)

  • probability: The probability associated with the two-tailed F-distribution. Must be a number between 0 and 1.
  • deg_freedom1: The numerator degrees of freedom. Must be a positive number.
  • deg_freedom2: The denominator degrees of freedom. Must be a positive number.