Skip to Content

CHISQ.INV.RT

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

Syntax

CHISQ.INV.RT(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.RT(0.05, 10)
Returns: NumberSince: Excel 2010