Convert t-statistics to p-values for hypothesis testing. Supports one‑tailed and two‑tailed tests with interactive t‑distribution visualization.
In statistics, the t‑distribution is used when the sample size is small or the population standard deviation is unknown. The p‑value tells you how likely it is to observe a t‑score as extreme as yours if the null hypothesis is true.
Mathematical Definition:
For a t‑statistic t with ν degrees of freedom, the p‑value depends on the alternative hypothesis:
where Tν follows a t‑distribution with ν degrees of freedom.
| df | Critical t | df | Critical t |
|---|---|---|---|
| 1 | 12.706 | 15 | 2.131 |
| 2 | 4.303 | 20 | 2.086 |
| 3 | 3.182 | 25 | 2.060 |
| 4 | 2.776 | 30 | 2.042 |
| 5 | 2.571 | 40 | 2.021 |
| 10 | 2.228 | ∞ (z) | 1.960 |
Small p‑value (typically ≤ 0.05): Strong evidence against the null hypothesis. The result is statistically significant.
Large p‑value (> 0.05): Weak evidence against the null; fail to reject the null hypothesis.
One‑tailed vs two‑tailed: Two‑tailed tests are more conservative (p‑value ≈ double the one‑tailed p). Choose based on your research hypothesis.
Calculator features: