|
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 in order to decide whether your original hypothesis is valid.
Parameters :
 | probability | is a probability associated with the chi-squared distribution. |  | degrees_freedom | is the number of degrees of freedom.(>0) |
|