ReferenceFunctionsStatistics Functions
CHISQ.INV
CHISQ.INV: Returns the chi-square value whose left-tail probability is `probability`.
Summary
CHISQ.INV inverts CHISQ.DIST(x, deg_freedom, TRUE).
Remarks
probabilitymust be strictly between0and1.deg_freedommust be at least1.- Returns
#NUM!when arguments are outside valid ranges. - Invalid numeric coercions propagate as spreadsheet errors.
Examples
Median chi-square quantile for df=2
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1.3862943611198906
Upper quantile for df=10
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
18.307038053275146
Related functions
Runtime metadata
Category
Statistics
Signature
CHISQ.INV(arg1: Number, arg2: Number)Arity
min 2, max 2
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
Caps
PURE
Source