Chi-squared distribution[1].
Syntax:
CHISQ.DIST( x:Number, degrees of freedom:PositiveInteger {, cumulative:Boolean} )
Returns the value of the cumulative distribution function (CDF) or the probability density function (PDF) for the chi-squared distribution with given degrees of freedom at x.
cumulative: selects CDF (TRUE
, default) or PDF (FALSE
).
Revisions:
This function was added in Fireworkz 2.00.