TRUECALC
Functions

CHISQ.DIST

Chi-squared CDF/PDF

Try it

When to use it

When should I use CHISQ.DIST?

Use CHISQ.DIST to compute either the chi-squared PDF (cumulative=FALSE) or left-tail CDF (cumulative=TRUE) for a given value and degrees of freedom — the modern replacement for CHIDIST when you need the left tail or density.

Used in

science · operations

Syntax

CHISQ.DIST(x,df,cumulative)

Examples

=CHISQ.DIST(12.3,5,FALSE) // => 0.012238703529441487

On this page