Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the CHIDIST function. |
| deg_freedom | Parameter of the CHIDIST function. |
Examples
P-value for independence test
=CHIDIST(7.82, 3)
Goodness-of-fit p-value
=CHIDIST(15.5, 5)
Non-significant result
=CHIDIST(2.3, 4)
Common Errors
x must be non-negative and degrees of freedom must be a positive integer.
Occurs when arguments are non-numeric.
Tips
CHIDIST is the compatibility version. CHISQ.DIST.RT is the modern equivalent that returns the same right-tailed probability.
CHIDIST returns the p-value directly for most chi-squared tests. Compare it to your significance level (usually 0.05) — if CHIDIST result < alpha, the result is significant.
CHIDIST always returns the right-tail probability. For the left-tail (rare, but used in variance tests), use 1 - CHIDIST(x, df) or CHISQ.DIST(x, df, TRUE).
Try CHIDIST in Viztab
Import your data and use CHIDIST with 370+ other formulas. No signup required.
Open Viztab