Skip to Content

CHISQ.INV

Returns the inverse of the left-tailed probability of the chi-squared distribution

Syntax

CHISQ.INV(probability, deg_freedom)

Parameters

  • probability: Required. A probability associated with the chi-squared distribution
  • deg_freedom: Required. The number of degrees of freedom

Example

=CHISQ.INV(0.93, 1)
Returns: NumberSince: Excel 2010