CHISQ.INV Function Explained

The CHISQ.INV Function in Microsoft Excel is used to calculate the inverse of the left-tailed probability of the chi-squared distribution. It takes two arguments: the probability associated with the chi-squared distribution and the degrees of freedom. It returns the value of the inverse of the chi-squared distribution for the given probability and degrees of freedom.

CHISQ.INV Function Syntax

CHISQ.INV(probability,deg_freedom)

  • probability: The probability associated with the chi-squared distribution. Must be a value between 0 and 1.
  • deg_freedom: The number of degrees of freedom. Must be a positive number.