TRUECALC
Functions

CHISQ.DIST.RT

Chi-squared right-tail CDF

Try it

When to use it

When should I use CHISQ.DIST.RT?

Use CHISQ.DIST.RT to compute the right-tail probability of the chi-squared distribution — the modern replacement for CHIDIST, used to obtain p-values in goodness-of-fit or independence tests.

Used in

science · operations

Syntax

CHISQ.DIST.RT(x,df)

Examples

=CHISQ.DIST.RT(12.3,5) // => 0.030900464635460922

On this page