3.162
9
±2.262
At 95% confidence level (two-tailed)
The calculated t-score of 3.162 is greater than the critical value of ±2.262. This suggests strong evidence against the null hypothesis at the 95% confidence level.
t = (x̄ - μ) / (s/√n)
t = (85 - 80) / (5/√10)
t = 5 / (5/3.162)
t = 5 / 1.581 = 3.162
This tool performs a one-sample t-test, a fundamental statistical method for determining whether a sample mean significantly differs from a known population mean. It calculates the t-score, degrees of freedom, and compares results against critical values from Student's t-distribution. For a broader understanding of related concepts, you might explore our descriptive statistics calculator to get summary measures of your data.
The t-score formula measures how many "standard error units" your sample mean is away from the population mean. Think of it as a standardized measure of difference that accounts for both the size of the difference and the variability in your data.
In plain language: The t-score tells you how surprising your sample result would be if the null hypothesis (no difference) were true. Larger absolute t-scores indicate more surprising results.
A school tests a new math curriculum on 25 students. Sample mean score = 78, national average = 72. Is the improvement statistically significant?
A factory samples 15 widgets from production. Target weight = 100g, sample mean = 98g. Is the machine calibrated correctly?
This calculator provides results rounded to three decimal places for readability. Critical values are approximate for degrees of freedom > 30. For formal research, consult statistical software or comprehensive t-tables. The calculator assumes two-tailed testing by default.
This calculator uses pre-computed critical values from Student's t-distribution for common confidence levels and degrees of freedom up to 30. For degrees of freedom > 30, it approximates using the infinite (z) distribution values. All calculations are performed client-side in JavaScript for immediate results.
Last Updated: August 2025
Version: 1.2
Methodology: Implements standard one-sample t-test formula with two-tailed critical values
Based on: Student's t-distribution (William Sealy Gosset, 1908)
The t-score (or t-statistic) is used in Student's t-test to determine how far the sample mean deviates from the population mean, relative to the sample size and variability. Higher absolute t-scores indicate stronger evidence against the null hypothesis (which typically states there is no difference).
This calculator is particularly useful when dealing with small sample sizes (n < 30) where the population standard deviation is unknown. The degrees of freedom (n-1) account for the sample size in estimating the population parameters.
| df | 90% | 95% | 99% |
|---|---|---|---|
| 5 | 2.015 | 2.571 | 4.032 |
| 10 | 1.812 | 2.228 | 3.169 |
| 20 | 1.725 | 2.086 | 2.845 |
| 30 | 1.697 | 2.042 | 2.750 |
| ∞ (z) | 1.645 | 1.960 | 2.576 |
Two-tailed critical values from Student's t-distribution