CHISQ.DIST.RT Function

The CHISQ.DIST.RT function is one of the statistical functions. It is used to return the right-tailed probability of the chi-squared distribution.

Syntax

CHISQ.DIST.RT(x, deg_freedom)

The CHISQ.DIST.RT function has the following arguments:

Argument Description
x The value at which you want to evaluate the chi-squared distribution. A numeric value greater than or equal to 0.
deg_freedom The number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.

Notes

How to apply the CHISQ.DIST.RT function.

Examples

The figure below displays the result returned by the CHISQ.DIST.RT function.

CHISQ.DIST.RT Function