Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the CHIINV function. |
| deg_freedom | Parameter of the CHIINV function. |
Examples
Critical value at 5% significance
=CHIINV(0.05, 3)
1% significance threshold
=CHIINV(0.01, 5)
Variance lower bound divisor
=CHIINV(0.025, 24)
Common Errors
Probability must be between 0 and 1 (exclusive). Degrees of freedom must be a positive integer.
Occurs when arguments are non-numeric.
Tips
CHIINV takes the right-tail probability. For a 5% significance test, pass 0.05 directly — no need to subtract from 1.
CHIINV is the compatibility function. CHISQ.INV.RT is the modern replacement with identical behavior.
CHIINV(p, df) = CHISQ.INV(1-p, df). They give the same chi-squared value but take complementary probability inputs.
Try CHIINV in Viztab
Import your data and use CHIINV with 370+ other formulas. No signup required.
Open Viztab