Calculates the left-tailed probability values for a χ 2 -distribution.
Syntax
x: The number at which you want to evaluate the χ 2 -distribution. Eg., 14
k: The number of degrees of freedom for the χ 2 -distribution. Eg., 5
cumulative: A logical value that determines the type of function. Defaults to FALSE if omitted.
FALSE - CHISQDIST returns the probability density function
Examples
|
Formula |
Result |
|
=CHISQDIST(A2;B2;C2) |
0.006352132 |
|
=CHISQDIST(A3;B3;C3) |
0.959737318 |
|
=CHISQDIST(A4;B4;C4) |
0.018163657 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM |
|
Similar Functions