Microsoft Windows SharePoint Services
HomeBackForwardPrint

CHIINV

CHIINV

Returns the inverse of the one-tailed probability of the chi-squared distribution. If probability = CHIDIST(x,...), then CHIINV(probability,...) = x. Use this function to compare observed results with expected ones to decide whether your original hypothesis is valid.

Syntax

CHIINV(probability,degrees_freedom)

Probability   is a probability associated with the chi-squared distribution.

Degrees_freedom   is the number of degrees of freedom.

Remarks

CHIINV uses an iterative technique for calculating the function. Given a probability value, CHIINV iterates until the result is accurate to within ± 3x10^-7. If CHIINV does not converge after 100 iterations, the function returns the #N/A error value.

Example

ProbabilityDegreesFreedomFormula Description (Result)
0.0510=CHIINV([Probability],[DegreesFreedom]) Inverse of the one-tailed probability of the chi-squared distribution (18.30703)
©2003 Microsoft Corporation. All rights reserved.