CHIDIST function
CHIDIST(X,
DegreesOfFreedom, IsCumulative) CHIDIST(X;
DegreesOfFreedom; IsCumulative)
X
Number or { Number }
A value at which to evaluate the function.
DegreesOfFreedom
Number or { Number }
The degrees of freedom for the distribution.
IsCumulative
Logical or { Logical }
FALSE to calculate the probability density function and TRUE to calculate the cumulative distribution function.
Returns
Number or { Number }
A value for a chi-squared distribution.
This function is a compatibility alias for CHISQ.DIST. Use CHISQ.DIST for new projects.