Excel T.DIST 函数
T.DIST 函数返回左尾学生 t-分布。
适用版本
Excel 2010+
说明
T.DIST 函数返回左尾学生 t-分布。
返回值
左尾学生 t-分布。
语法
=T.DIST(x, deg_freedom, cumulative)
参数
- X 必需。 需要计算分布的数值。
- Deg_freedom 必需。 一个表示自由度数的整数。
- Cumulative 必需。 决定函数形式的逻辑值。
- 如果为 TRUE,则返回累积分布函数;
- 如果为 FALSE,则返回概率密度函数。
实例
可能出现的错误
- #NUM!
- 如果参数 cumulative 为 TRUE 并且参数 degrees_freedom <1;
- 如果参数 cumulative 为 FALSE 并且参数 degrees_freedom < 0;
- #DIV/0!
- 如果参数 cumulative 为 FLASE 并且参数 degrees_freedom = 0;
- #VALUE!
- 如果提供的参数 cumulative 或者 degrees_freedom 不是数值类型。
其他
更多信息及示例请参考微软Office网站。
转载注明:文章转载自「懒人Excel - www.lanrenexcel.com」
本文链接:Excel T.DIST 函数