CHISQ.DIST.RT Function Explained

The CHISQ.DIST.RT Function in Microsoft Excel calculates the right-tailed probability of the chi-squared distribution. It takes two arguments: the value for which you want to calculate the probability, and the degrees of freedom. It returns the probability that the chi-squared statistic will be greater than the specified value.

CHISQ.DIST.RT Function Syntax

CHISQ.DIST.RT(x,deg_freedom,cumulative)

  • x: The value at which you want to evaluate the distribution.
  • deg_freedom: The number of degrees of freedom.
  • cumulative: A logical value that determines the form of the function. If cumulative is TRUE, CHISQ.DIST.RT returns the cumulative distribution function; if FALSE, it returns the probability density function.