|
Returns the inverse of the F probability distribution. If p = FDIST(x,...), then FINV(p,...) = x.
Parameters :
 | probability | is the probability associated with the two-tailed F-distribution. |  | Degrees_freedom1 | is the numerator degrees of freedom. |  | Degrees_freedom2 | is the denominator degrees of freedom. |
|