CHISQ.DIST.RT (chi-square distribution)

<< Click to Display Table of Contents >>

CHISQ.DIST.RT (chi-square distribution)

Syntax:

CHISQ.DIST.RT(X, DegreesFreedom)

Description:

This returns the right-tailed probability of the chi-square distribution.

X is the value whose probability is to be calculated. X must be ≥ 0.

DegreesFreedom is the number of degrees of freedom. This value must be ≥ 1 and < 10^10. An integer is expected; if this is not the case, PlanMaker automatically truncates the decimal places.

Compatibility notes:

Microsoft Excel supports this function only in version 2010 or later. The function is unknown in older versions.

See also:

CHIDIST, CHISQ.INV.RT/CHIINV, CHISQ.TEST/CHITEST