Skip to Content

CHIDIST

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

Syntax

CHIDIST(x, degrees_freedom)

Parameters

  • x: Required. The value at which you want to evaluate the distribution
  • degrees_freedom: Required. The number of degrees of freedom

Example

=CHIDIST(18.307, 10)
Returns: NumberSince: Excel 2003