描述
CHISQ.INV函数返回卡方分布的左尾概率的倒数。卡方分布通常用于研究样本中某物百分比的变化。
语法
CHISQ.INV (probability,deg_freedom)
争论
| Argument | 描述 | Required/Optional |
|---|---|---|
| Probability | A probability associated with the chi-squared distribution. | Required |
| Deg_freedom | The number of degrees of freedom. | Required |
Notes
如果deg_freedom不是整数,则将其截断。
如果参数为非数值,则CHISQ.INV返回#VALUE!。错误值。
If probability < 0 or probability > 1, CHISQ.INV returns the #NUM! error value.
If deg_freedom < 1 or deg_freedom > 10^10, CHISQ.INV returns the #NUM! error value.
适用性
Excel 2010,Excel 2013,Excel 2016
Example