Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the CHISQ.DIST function. |
| deg_freedom | Parameter of the CHISQ.DIST function. |
| cumulative | Parameter of the CHISQ.DIST function. |
Examples
Left-tail probability for goodness-of-fit
=CHISQ.DIST(5.99, 2, TRUE)
Cumulative probability of observed chi-sq
=CHISQ.DIST(10.5, 5, TRUE)
PDF for charting
=CHISQ.DIST(3, 4, FALSE)
Common Errors
x must be non-negative and degrees of freedom must be at least 1 (and between 1 and 10^10).
Occurs when arguments are non-numeric.
Tips
CHISQ.DIST with cumulative=TRUE gives the left-tail probability. For the right-tail (p-value in most chi-squared tests), use CHISQ.DIST.RT or =1 - CHISQ.DIST(x, df, TRUE).
The shape of the chi-squared distribution changes dramatically with degrees of freedom. At df=1-2 it is heavily right-skewed; at large df it becomes more symmetric.
Most chi-squared tests (goodness-of-fit, independence) reject in the right tail. Use CHISQ.DIST.RT to get the p-value directly.
Try CHISQ.DIST in Viztab
Import your data and use CHISQ.DIST with 370+ other formulas. No signup required.
Open Viztab