TRUECALC
Functions

CHISQ.INV.RT

Chi-squared right-tail inverse CDF

Try it

When to use it

When should I use CHISQ.INV.RT?

Use CHISQ.INV.RT to find the chi-squared critical value whose right-tail probability equals p — the modern replacement for CHIINV, used to set rejection thresholds in hypothesis tests.

Used in

science · operations

Syntax

CHISQ.INV.RT(p,df)

Examples

=CHISQ.INV.RT(0.05,4) // => 9.487729036781156

On this page