CHISQ.DIST

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.

  1. Weisstein, Eric W. "Chi-squared Distribution." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/Chi-SquaredDistribution.html