T.INV函数返回学生t分布的左尾逆。
T.INV (probability,deg_freedom)
Argument | 描述 | Required/Optional |
---|---|---|
Probability | The probability associated with the Student's tdistribution. | Required |
Deg_freedom | The number of degrees of freedom with which to characterize the distribution. | Required. |
如果deg_freedom不是整数,则将其截断。
如果任何一个参数都是非数值的,则T.INV返回#VALUE!。错误值。
If probability <= 0 or if probability > 1, T.INV returns the #NUM! error value.
If deg_freedom < 1, T.INV returns the #NUM! error value.
Excel 2010,Excel 2013,Excel 2016
这一章《JavaScript - T.INV 函数》你学到了什么?在下面做个笔记吧!做站不易,你的分享是对我们最大的支持