Description Computes the inverse of the "complementary" chi-square distribution.
Syntax CHIINV(probability, df)
| Argument | Description |
|---|---|
| probability | The probability, as obtained from the CHIDIST function. It must be a number between zero and 1 that represents a probability. |
| df | An integer indicating the number of degrees of freedom. It must be larger than zero and smaller than 1e10. |
Examples This function returns 11.0705: