
- Excel 函式教程
- Excel 函式 - 主頁
- 相容性函式
- 邏輯函式
- 文字函式
- 日期和時間函式
- 多維資料集函式
- 數學函式
- 三角函式
- 資料庫函式
- 動態陣列函式
- 工程函式
- 財務函式
- 資訊函式
- 查詢和引用函式
- 統計函式
- Web 函式
- Excel 實用資源
- Excel - 快速指南
- Excel - 實用資源
- Excel - 討論
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
示例

advanced_excel_statistical_functions.htm
廣告