Skip to main content

t-Score Calculator

Compute the one-sample t statistic from a value x, hypothesized or sample mean, sample SD s, and sample size n. Educational arithmetic only; no critical-value table.

Rated 4.7 out of 5 based on 256 reviews

Results

How to compute a one-sample t

  1. Enter the observed value x you want to locate relative to the reference mean.
  2. Enter the mean μ from the null hypothesis or known reference.
  3. Enter sample standard deviation s greater than 0, then sample size n of at least 1.
  4. Read t, the standard error s / √n, and the simpler (x − mean) / s row. The page does not look up a p-value. Nothing is uploaded.

One-sample t statistic

t = (x − μ) / (s / √n)

Formulat = (x − μ) / (s / √n)
Standard errorSE = s / √n
Also reports(x − mean) / s without the √n factor
Defaultsx = 12, mean = 10, s = 4, n = 16
Table lookupNone. No critical t or p-value.
Contrast with zz divides by a known SD; t divides by SE from sample s

What this t-score page returns

The one-sample t statistic measures how far x sits from a reference mean in units of the estimated standard error. This page computes that ratio, shows SE = s / √n, and also prints (x − mean) / s so you can see the effect of leaving out the sample-size root. It does not invert a Student-t table into a critical value or a two-sided p-value.

How t is computed

t = (x − μ) / (s / √n). s must be positive. n must be at least 1. With the defaults x = 12, mean = 10, s = 4, and n = 16, SE = 1 and t = 2. Degrees of freedom for a later table lookup would usually be n − 1, but this page never opens that table.

Standard error, z, and related interval jobs

Entities: sample mean, sample SD, standard error, one-sample t, and degrees of freedom (mentioned only as context). Scaling one observation by a known population SD is the z-score calculator. Building a normal mean interval with a chosen confidence percent is confidence interval. Computing s from a raw list first belongs on standard deviation.

Use cases

Methods homework that already states x-bar, μ0, s, and n and only asks for the t statistic. Checking that doubling n shrinks SE by √2. Not an automatic reject/fail decision for a lab report, and not a two-sample or paired t product.

t versus z on CZNull

z-score divides (x − mean) by a typed SD and ignores n. t-score divides by s / √n so larger samples produce larger |t| for the same raw gap. If your problem says the population SD is known, use z. If it says you estimated s from the sample, use t.

Limits

No critical-value table. No Welch or paired modes. No automatic normality check. Educational floating point in this tab. CZNull does not receive the numbers.

t-score questions

What is the t formula on this page?
t equals (x minus the reference mean) divided by (s over the square root of n).
What are the default results?
With x = 12, mean = 10, s = 4, and n = 16, the standard error is 1 and t is 2.
Does this return a p-value?
No. You get the t statistic and SE only. Compare t to a printed table yourself if your course requires it.
How is this different from z-score?
z divides by a known SD and does not use n. t divides by the sample standard error s / √n.
What is the extra (x − mean) / s row?
It is the same gap measured in raw SD units, without shrinking by √n. It helps you see how sample size changes t.
Can s be zero?
No. A zero sample SD makes the standard error zero and the ratio undefined on this page.