3.89 FAQ-327 如何计算 t 分布的临界值?
Last Update: 7/21/2018
在命令窗口 command window 中运行函数 tinv(t, df) 来计算 t 分布的临界值,例如,在 command window (从 Window: Command Window 打开)中输入tinv(0.05,15)=
此外,Origin 还支持其他函数来计算其他分布的临界值
| Distribution | Labtalk Function |
|---|---|
| 正态分布(Normal distribution) | norminv(p) |
| F 分布(F distribution) | finv(p, df1, df2) |
| 贝塔分布(Beta distribution) | betainv(p, alpha, beta) |
| 卡方分布(Chi Square distribution) | chi2inv(p,df) |
| 伽马分布(Gamma distribution) | gaminv(p, a, b) |
| 威布尔分布(Weibull distribution) | wblinv(p, a, b) |
| 注: 以上函数皆返回的是左侧概率(lower tailed probability)的临界值。若要计算双侧概率值(two tailed probability),使用 (1-probability/2) 替换函数中的概率参数 p 即可。 |
Keywords:critical value, distribution, t, f, beta, chi square, normal, beta, gamma, weibull, 临界值,分布