Syntax
CHISQUARE_CDF(n, k)
Description
Cumulative χ² (Chi-squared) distribution function. Returns the lower-tail probability of the χ² probability density function for the value x, given n degrees of freedom.
Example
CHISQUARE_CDF(2, 6.1) returns 0.952641075609
CHISQUARE_CDF — Discussion