CHIDIST
Returns the one-tailed probability of the chi-squared distribution.
CompatibilityCompatibility / LegacyLegacy / Older Versions
What it does
Returns the one-tailed probability of the chi-squared distribution (Legacy).
Syntax
CHIDIST(x, deg_freedom)
Arguments
x(number) β Value at which to evaluate.deg_freedom(number) β Degrees of freedom.
Examples
Legacy Chi-Square
Calculate probability.
FORMULA
=CHIDIST(18.3, 10)
RESULT
0.05
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | x | df |
| 2 | 18.3 | 10 |