CHISQ.DIST.RT函数返回卡方分布的右尾概率。
X 2 分布与X 2 测试相关。使用X 2 检验比较观察值和期望值。通过将观察到的输出与预期的输出进行比较,您可以决定原始假设是否有效。
CHISQ.DIST.RT(x,deg_freedom)
Argument | 描述 | Required/Optional |
---|---|---|
X | The value at which you want to evaluate the distribution. | Required |
Deg_freedom | The number of degrees of freedom. | Required |
如果deg_freedom不是整数,则将其截断。
如果任何一个参数都是非数值的,则CHISQ.DIST.RT函数将返回#VALUE!。错误值。
来源:LearnFk无涯教程网
如果有任何非数字参数,则CHISQ.DIST.RT函数将返回#VALUE!。错误值。
If deg_freedom < 1 or deg_freedom > 10^10, CHISQ.DIST.RT returns the #NUM! error value.
Excel 2010,Excel 2013,Excel 2016
这一章《JavaScript - CHISQ.DIST.RT函数》你学到了什么?在下面做个笔记吧!做站不易,你的分享是对我们最大的支持