CHIINV
Returns the inverse of the one-tailed probability of the chi-squared distribution.
CompatibilityCompatibility / LegacyLegacy / Older Versions
What it does
Returns the inverse of the one-tailed probability of the chi-squared distribution (Legacy).
Syntax
CHIINV(probability, deg_freedom)
Arguments
probability(number) β Probability associated with the distribution.deg_freedom(number) β Degrees of freedom.
Examples
Legacy Inverse Chi
Calculate inverse.
FORMULA
=CHIINV(0.05, 10)
RESULT
18.307
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | Prob | df |
| 2 | 0.05 | 10 |