F.DIST.RT Function Explained

The F.DIST.RT Function in Microsoft Excel calculates the F probability distribution, which is the probability that a random variable from a population with two different variances follows a certain distribution. It takes three arguments: the x value for which you want to calculate the probability, the numerator degrees of freedom, and the denominator degrees of freedom. It returns the probability that the random variable is less than or equal to the given x value.

F.DIST.RT Function Syntax

F.DIST.RT(x,deg_freedom1,deg_freedom2)

  • x: The value at which to evaluate the function.
  • deg_freedom1: The numerator degrees of freedom.
  • deg_freedom2: The denominator degrees of freedom.