ReferenceFunctionsStatistics Functions
F.INV
F.INV: Returns the F value whose left-tail probability equals `probability`.
Summary
F.INV inverts F.DIST(x, deg_freedom1, deg_freedom2, TRUE).
Remarks
probabilitymust be strictly between0and1.deg_freedom1anddeg_freedom2must each be at least1.- Returns
#NUM!for invalid probability or degree-of-freedom arguments. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Median F quantile with symmetric 2 and 2 degrees of freedom
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1
Upper-tail F critical value
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
3.3258345304130112
Related functions
Runtime metadata
Category
Statistics
Signature
F.INV(arg1: Number, arg2: Number, arg3: Number)Arity
min 3, max 3
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source