电脑教程
位置:首页>> 电脑教程>> office教程>> Excel T.DIST 函数 使用实例教程

Excel T.DIST 函数 使用实例教程

  发布时间:2023-10-21 15:15:05 

标签:excel统计函数,T.DIST函数

说明

T.DIST 函数返回左尾学生 t-分布。

返回值

左尾学生 t-分布。

语法

=T.DIST(x, deg_freedom, cumulative)参数

  • X 必需。 需要计算分布的数值。

  • Deg_freedom 必需。 一个表示自由度数的整数。

  • Cumulative 必需。 决定函数形式的逻辑值。

    • 如果为 TRUE,则返回累积分布函数;

    • 如果为 FALSE,则返回概率密度函数。

实例

Excel T.DIST 函数 使用实例教程

可能出现的错误

  • #NUM!

    • 如果参数 cumulative 为 TRUE 并且参数 degrees_freedom <1;

    • 如果参数 cumulative 为 FALSE 并且参数 degrees_freedom < 0;

  • #DIV/0!

    • 如果参数 cumulative 为 FLASE 并且参数 degrees_freedom = 0;

  • #VALUE!

    • 如果提供的参数 cumulative 或者 degrees_freedom 不是数值类型。

0
投稿

猜你喜欢

手机版 电脑教程 asp之家 www.aspxhome.com