Skip to Content

F.INV

Returns the inverse of the F probability distribution

Syntax

F.INV(probability, deg_freedom1, deg_freedom2)

Parameters

  • probability: Required. A probability associated with the F cumulative distribution
  • deg_freedom1: Required. The numerator degrees of freedom
  • deg_freedom2: Required. The denominator degrees of freedom

Example

=F.INV(0.01, 6, 4)
Returns: NumberSince: Excel 2010