CHISQ.DIST
Returns the chi-squared distribution
Syntax
CHISQ.DIST(x, deg_freedom, cumulative)
Parameters
- x: Required. The value at which you want to evaluate the distribution
- deg_freedom: Required. The number of degrees of freedom
- cumulative: Required. TRUE for cumulative, FALSE for probability density
Example
=CHISQ.DIST(0.5, 1, TRUE)