CHIDIST


Description Computes the "complementary" version of the chi-square distribution.

Syntax CHIDIST(x, df)
Argument Description
x The value at which the function will be evaluated. It must be larger than zero and smaller than 1e10.
df An integer indicating the number of degrees of freedom. It must be larger than zero. Decimal values will be rounded down to the nearest integer.

Equation

Examples This function returns 0.476258754:

CHIDIST(9.6,10)

This function returns 0.951229425:

CHIDIST(0.1, 2)

See Also BETADIST, BINOMDIST, CHIINV, CHITEST, COMBIN, CRITBINOM, EXPONDIST, GAMMADIST, NORMSDIST, POISSON