Excel - T.DIST 函式



描述

T.DIST.2T 函式返回雙尾 Student t 分佈。Student t 分佈用於小樣本資料集的假設檢驗。使用此函式代替 t 分佈的臨界值表。

語法

T.DIST(x,deg_freedom, cumulative)

引數

引數 描述 必需/ 可選
X 用以計算分佈的數字值。 必需
Deg_freedom 表示自由度的整數。 必需
Cumulative

確定函式形式的邏輯值。

如果 cumulative 為 TRUE,T.DIST 返回累積分佈函式。

如果 cumulative 為 FALSE,T.DIST 返回機率密度函式。

必需

備註

  • 如果 cumulative 為 TRUE 且 degrees_freedom < 1,T.DIST 返回 #NUM! 值。

  • 如果 cumulative 為 FALSE 且 degrees_freedom < 0,T.DIST 返回 #NUM! 值。

  • 如果 cumulative 為 FALSE 且 degrees_freedom = 0,T.DIST 返回 #DIV/0! 值。

  • 如果任何引數為非數字,T.DIST 返回 #VALUE! 錯誤值。

適用性

Excel 2010、Excel 2013、Excel 2016

示例

T.Dist Function
advanced_excel_statistical_functions.htm
廣告