Calculate Student's t-statistic, degrees of freedom (df = n - 1), standard error (SE = s / √n), and psychometric T-scores (T = 50 + 10z).
Click "Calculate T-Score" to evaluate t-statistic.
A medical researcher testing a new blood pressure drug measures a post-treatment sample mean of 118 mmHg (hypothesized baseline 125 mmHg, sample SD 10 mmHg, n = 16): because the population standard deviation is unknown and the sample size is small, evaluating hypothesis significance requires calculating a Student's t-statistic: t = (118 - 125) / (10 / √16) = -7 / 2.5 = -2.80 with df = 15. A clinical psychologist scoring an MMPI personality assessment translates raw scores into standardized psychometric T-scores where T = 50 + 10z.
The term T-score carries two distinct statistical meanings depending on domain context:
t that measures how many standard errors a sample mean x̄ deviates from a hypothesized population mean μ₀ when sample size n is small (n < 30) or population standard deviation σ is unknown.50 and a standard deviation of 10 (T = 50 + 10z).This calculator supports both modes, computing Student's t-statistics, degrees of freedom, standard error, and psychometric T-scale conversions. The following sections cover Student's t-distribution shape, heavy tail behaviors, and clinical applications.
When inputs are submitted, the engine evaluates standard error SE = s / √n, computes the t-statistic, and looks up critical values.
1. Student's t-Statistic Formula:
t = (x̄ - μ₀) / SE = (x̄ - μ₀) / (s / √n)
Where x̄ is sample mean, μ₀ is hypothesized mean, s is sample standard deviation, and n is sample size.
2. Degrees of Freedom (df):
For a single-sample t-test: df = n - 1
3. Standard Error of the Mean (SE):
SE = s / √n
4. Psychometric T-Score Scale:
T = 50 + (10 × Z)
Where Z = (X - μ) / σ.
Clinical drug trials and small sample experiments. Medical researchers use t-tests when sample sizes are small (e.g. n = 15 or n = 20) and population variances are unknown.
Bone density scans (DEXA). Radiologists diagnose osteoporosis using bone mineral density T-scores (normal: T ≥ -1.0, osteopenia: -2.5 < T < -1.0, osteoporosis: T ≤ -2.5).
Psychometric and personality assessment (MMPI, T-Scale). Psychologists interpret standardized personality inventories scaled to Mean = 50, SD = 10 (scores T > 65 indicate clinical elevation).
Quality engineering and hypothesis testing. Quality control engineers evaluate batch performance against specifications using one-sample and two-sample t-tests.
Ensure sample size n is at least 2 for degrees of freedom calculation (df = n - 1).
As sample size n grows larger (n > 100), the Student's t-distribution approaches the standard normal Z-distribution.
For p-value hypothesis decision bounds, pair this tool with our P-Value Calculator or Confidence Interval Calculator.
The calculation engine operates client-side in JavaScript using high-precision error functions and gamma distributions. Calculations evaluate in under 1 millisecond.
| Feature | Student's t-Test Statistic | Psychometric T-Score Scale |
|---|---|---|
| Primary Context | Inferential hypothesis testing | Clinical psychometrics / DEXA scans |
| Formula | t = (x̄ - μ₀) / (s / √n) | T = 50 + 10z |
| Mean / Baseline | Centered at t = 0 | Centered at T = 50 |
| Standard Deviation | Varies with df (Heavy tails) | Fixed at SD = 10 |
| Degrees of Freedom | df = n - 1 | N/A (Standardized scale) |
The t-distribution incorporates extra uncertainty because the population standard deviation σ is unknown and must be estimated from sample standard deviation s. As df increases, the t-distribution becomes taller and narrower, converging to the Z-distribution.
Psychometric T-scores have a mean of 50 and SD of 10. Scores between 40 and 60 fall within the normal average range (middle 68% of population).
Use a t-test whenever population standard deviation σ is unknown or sample size is small (n < 30).
P-Value Calculator — Computes one-tailed and two-tailed p-values for Z and T tests.
Z-Score Calculator — Calculates Z-scores and normal distribution percentiles.
Confidence Interval Calculator — Computes confidence interval bounds for sample means.