CHIINV

CHIINV inverse of the survival function of the chi-squared distribution

Synopsis

CHIINV(p,dof)

Arguments

p: probability

dof: number of degrees of freedom

Description

The survival function is 1 minus the cumulative distribution function.

Note

If p < 0 or p > 1 or dof < 1 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

OpenDocument Format (ODF) Compatibility

CHIINV(p,dof) is the OpenFormula function LEGACY.CHIDIST(p,dof).

See also

CHIDIST, CHITEST.