Skip to Content

F.DIST.RT

Returns the right-tailed F probability distribution

Syntax

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

Parameters

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

Example

=F.DIST.RT(15.2069, 6, 4)
Returns: NumberSince: Excel 2010