Syntax
| Parameter | Description |
|---|---|
| x | Parameter of the T.DIST function. |
| deg_freedom | Parameter of the T.DIST function. |
| cumulative | Parameter of the T.DIST function. |
Examples
Left-tail probability at t=2 with 15 df
=T.DIST(2, 15, TRUE)
PDF value for plotting
=T.DIST(0, 10, FALSE)
P-value for one-sided test
=1-T.DIST(2.5, 20, TRUE)
Common Errors
Degrees of freedom must be at least 1. If deg_freedom < 1, this error is returned.
Occurs when arguments are non-numeric.
Tips
T.DIST with cumulative=TRUE returns the left-tail probability. For right-tail, use T.DIST.RT or calculate 1 - T.DIST(x, df, TRUE).
As degrees of freedom increase (above ~30), the t-distribution closely approximates the standard normal. For large samples, z-tests and t-tests give nearly identical results.
For a single-sample t-test, degrees of freedom is the sample size minus 1. For a two-sample test, the calculation depends on the test type.
Try T.DIST in Viztab
Import your data and use T.DIST with 370+ other formulas. No signup required.
Open Viztab