CHISQ.DIST.RT
Returns the right-tailed probability of the chi-squared distribution
Syntax
CHISQ.DIST.RT(x, deg_freedom)
Parameters
- x: Required. The value at which you want to evaluate the distribution
- deg_freedom: Required. The number of degrees of freedom
Example
=CHISQ.DIST.RT(18.307, 10)