CHISQ_DIST_RT

CHISQ_DIST_RT(arg1, arg2) → { number }

Returns the right-tailed probability of the chi-squared distribution.

Parameters:

Name Type Description
arg1 number

The value at which the distribution will be evaluated, a nonnegative number.

arg2 number

The number of degrees of freedom, a number between 1 and 10^10, excluding 10^10.

Returns:

Type
number