CHIDIST

CHIDIST survival function of the chi-squared distribution

Synopsis

CHIDIST(x,dof)

Arguments

x: number

dof: number of degrees of freedom

Description

The survival function is 1 minus the cumulative distribution function.

Note

If dof is non-integer it is truncated. If dof < 1 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

OpenDocument Format (ODF) Compatibility

CHIDIST(x,dof) is the OpenFormula function LEGACY.CHIDIST(x,dof).

See also

CHIINV, CHITEST.