TRUECALC
Functions

CHIINV

Chi-squared right-tail inverse CDF (legacy)

Try it

When to use it

When should I use CHIINV?

Use CHIINV to find the chi-squared critical value whose right-tail probability equals p — the legacy equivalent of CHISQ.INV.RT, used to determine rejection thresholds in hypothesis tests.

Used in

science · operations

Syntax

CHIINV(p,df)

Examples

=CHIINV(0.05,4) // => 9.487729036781156

On this page