Home About Contact Privacy

T-Score Calculator - Free Online Student's t-Test & Psychometric T Tool

Calculate Student's t-statistic, degrees of freedom (df = n - 1), standard error (SE = s / √n), and psychometric T-scores (T = 50 + 10z).

100% Free Student's t-Test Runs Locally Psychometric T-Scale
Error message
Result

Click "Calculate T-Score" to evaluate t-statistic.

What's Inside

Understanding T-Score Calculator

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:

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.

How T-Score Calculator Works

When inputs are submitted, the engine evaluates standard error SE = s / √n, computes the t-statistic, and looks up critical values.

The Math Behind It

1. Student's t-Statistic Formula:
t = (x̄ - μ₀) / SE = (x̄ - μ₀) / (s / √n)
Where 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 - μ) / σ.

Practical Uses for T-Scores

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.

Getting the Most Out of T-Score Calculator

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.

T-Score Technical Specifications

The calculation engine operates client-side in JavaScript using high-precision error functions and gamma distributions. Calculations evaluate in under 1 millisecond.

FeatureStudent's t-Test StatisticPsychometric T-Score Scale
Primary ContextInferential hypothesis testingClinical psychometrics / DEXA scans
Formulat = (x̄ - μ₀) / (s / √n)T = 50 + 10z
Mean / BaselineCentered at t = 0Centered at T = 50
Standard DeviationVaries with df (Heavy tails)Fixed at SD = 10
Degrees of Freedomdf = n - 1N/A (Standardized scale)

Frequently Asked Questions

Why is the t-distribution wider than the Z-distribution?

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.

What is a good T-score on a psychometric test?

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).

When should I use a t-test instead of a Z-test?

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.