TRUECALC
Functions

CHIDIST

Chi-squared right-tail CDF (legacy)

Try it

When to use it

When should I use CHIDIST?

Use CHIDIST to compute the right-tail probability of a chi-squared distribution for a given test statistic and degrees of freedom — a legacy equivalent of CHISQ.DIST.RT used in goodness-of-fit and independence tests.

Used in

science · operations

Syntax

CHIDIST(x,df)

Examples

=CHIDIST(12.3,5) // => 0.030900464635460922

On this page