Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the T.DIST.RT function. |
| deg_freedom | Parameter of the T.DIST.RT function. |
Examples
Right-tail p-value for t=1.5
=T.DIST.RT(1.5, 20)
Significance check at t=2.8
=T.DIST.RT(2.8, 30)
Large degrees of freedom
=T.DIST.RT(1.96, 1000)
Common Errors
Degrees of freedom must be at least 1.
Occurs when arguments are non-numeric.
Tips
T.DIST.RT(x, df) = 1 - T.DIST(x, df, TRUE). It simply gives the complement of the left-tail CDF.
Unlike TDIST, T.DIST.RT accepts negative values of x. T.DIST.RT(-2, 10) returns a value greater than 0.5, which is the probability of being above a negative t-value.
Use T.DIST.RT directly for one-sided tests where your alternative hypothesis is that the true value exceeds the null. If your test statistic is negative, the right-tail p-value will be large, correctly indicating non-significance.
Try T.DIST.RT in Viztab
Import your data and use T.DIST.RT with 370+ other formulas. No signup required.
Open Viztab