Syntax
| Parameter | Description |
|---|---|
| probability | Parameter of the CHISQ.INV function. |
| deg_freedom | Parameter of the CHISQ.INV function. |
Examples
Upper bound for variance CI
=CHISQ.INV(0.025, 19)
95th percentile of chi-squared
=CHISQ.INV(0.95, 10)
Median chi-squared value
=CHISQ.INV(0.5, 5)
Common Errors
Probability must be between 0 and 1 (inclusive of 0, exclusive of 1). Degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
CHISQ.INV gives the left-tail inverse. For the right-tail inverse used in most hypothesis testing, use CHISQ.INV.RT instead.
To construct a CI for population variance: lower = (n-1)*s^2 / CHISQ.INV(1-alpha/2, n-1), upper = (n-1)*s^2 / CHISQ.INV(alpha/2, n-1).
Unlike the t and normal distributions, the chi-squared distribution is not symmetric, so CHISQ.INV(0.025, df) is not simply the negative of CHISQ.INV(0.975, df).
Try CHISQ.INV in Viztab
Import your data and use CHISQ.INV with 370+ other formulas. No signup required.
Open Viztab