Skip to Content

CHIINV

Returns the inverse of the one-tailed probability of the chi-squared distribution. Replaced by CHISQ.INV.RT.

Syntax

CHIINV(probability, degrees_freedom)

Parameters

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

Example

=CHIINV(0.05, 10)
Returns: NumberSince: Excel 2003