Bell Statistics

What is the t-distribution?

The t-distribution is the reference curve a t-test compares its statistic against. It resembles the normal curve but has heavier tails, which is how it accounts for the extra uncertainty created by estimating the spread of the data from the same small sample.

Also called
student's t-distribution, student t distribution
Allon Korem

Written by Allon Korem

Chief Executive Officer

Last updated

In plain English

If you knew the true standard deviation of your data, comparing two means would be simple: standardise the difference and read it off the normal curve. You never know it. You estimate it from the same sample that produced the means, and that estimate is itself uncertain — sometimes too small, which makes an ordinary difference look impressive. The t-distribution is the correction for exactly that, and it is the reason a t-test is not just a z-test with different letters.

The correction shows up as heavier tails. A value of 2.5 standard errors from zero is a once-in-eighty event on the normal curve; on a t-distribution with five degrees of freedom it is closer to once in eighteen. That extra tail weight is not pessimism for its own sake — it is the honest probability once you allow for the possibility that your variance estimate came in low. The practical consequence is that a small study needs a larger observed difference to clear the same significance bar, which is precisely the discipline a small study ought to be held to.

The shape is controlled entirely by one parameter, the degrees of freedom, and it converges on the normal curve quickly. At 5 df the two-sided 95% critical value is 2.571 against the normal's 1.960 — a penalty of about 31%. At 30 df it is 2.042, a penalty of 4%. By 200 df it is 1.972, and the difference has stopped mattering to any decision anyone would make. This is why the choice between t and z is nearly irrelevant at online-experiment sample sizes and genuinely important in a survey of forty customers.

It is worth being clear about what the distribution describes, because the name invites a misreading. It is not a claim about the shape of your data. It is the distribution of a *statistic* — the standardised difference between means — under the assumption that nothing is going on. Your revenue figures can be as skewed as they like; what the central limit theorem and this curve together handle is the behaviour of the summary computed from them.

The same curve does more work than significance testing alone. Every confidence interval around a mean is built by multiplying a standard error by a critical value taken from it, which is why a 95% interval from a small sample is wider than the 1.96 multiplier most people carry in their heads. Getting that multiplier from the normal curve when the sample is small produces intervals that are too narrow and a false sense of precision.

The formula

The density itself is rarely worth writing out — what matters in practice is the critical value it produces and how fast that value settles down as the sample grows.

What the statistic is
t = ( x̄ − μ ) / ( s / √n )

The `s` is the giveaway: an estimated standard deviation rather than a known one. Replace s with a known σ and this is a z statistic.

Critical values, two-sided 95%
df = 5 → 2.571 df = 30 → 2.042 df = 200 → 1.972 normal → 1.960

The whole practical content of the distribution. The gap is 31% at five df and under 1% by two hundred.

Variance
Var(T) = df / (df − 2), for df > 2

Larger than the normal's 1, and undefined below three df. That excess is the heavier tails stated numerically.

The confidence interval it produces
x̄ ± t_(df, α/2) · ( s / √n )

The multiplier comes from this curve, not from 1.96 — see the two-sample t-test calculator.

Worked example

A B2B team surveys 12 enterprise accounts on hours saved per week by a new workflow. The sample mean is 6.4 hours with a standard deviation of 3.1. They want a 95% confidence interval, and the question is what multiplier to use — the familiar 1.96, or the one this sample actually earns.

Sample
n = 12, x̄ = 6.4 hours, s = 3.1
Degrees of freedom
n − 1 = 11
Standard error
3.1 / √12 = 0.895
Normal critical value
1.960
t critical value at 11 df
2.201
Interval width penalty
12.3% wider

The correct 95% interval is 6.4 ± 2.201 × 0.895, or 4.43 to 8.37 hours. Using 1.96 would have given 4.65 to 8.15.

The difference looks modest and is not cosmetic. The normal-curve interval is 12% too narrow, which means an interval sold as 95% confidence is delivering closer to 91% — and every claim built on it inherits that overstatement. At twelve accounts the penalty is real; had this been 120 accounts it would have been under 1% and not worth a sentence. The lesson is not that small samples are unusable but that they must pay for their own uncertainty. Note also what the interval does not fix: twelve self-selected enterprise accounts may not represent the customer base at all, and no critical value corrects for [selection bias](/glossary/selection-bias).

Common misconceptions

The t-distribution assumes your data is normally distributed.
It describes the distribution of a test statistic, not of your data. What has to be roughly normal is the sampling distribution of the mean, which the central limit theorem usually supplies from non-normal data. Skewed revenue figures are analysed with t-tests every day and that is not a violation of anything.
With a big sample you should switch from the t-distribution to the normal one.
There is nothing to switch. The t-distribution converges on the normal as degrees of freedom grow, so at large samples they are the same curve to any precision that matters — by 200 df the critical values differ in the third decimal place. Continuing to use t costs nothing and removes the need to decide where 'big' starts.
Heavier tails mean the t-distribution is more likely to find an effect.
The opposite. Heavier tails mean extreme values are more probable under the null, so a given result is less surprising and the critical value to beat is further out. A small sample is held to a stricter standard, which is the correction working rather than a handicap.

Frequently asked questions

When is the t-distribution effectively the same as the normal curve?
By around 100 to 200 degrees of freedom the critical values agree to within a fraction of a percent, and no decision turns on the difference. Below about 30 the gap is worth respecting, and below 10 it is large — at 5 degrees of freedom the 95% critical value is 2.571 against 1.960, so an interval built on the normal curve would be roughly a quarter too narrow.
Why does the t-distribution have heavier tails than the normal curve?
Because it accounts for two sources of uncertainty rather than one. The normal curve treats the standard deviation as known; the t-distribution allows for the fact that it was estimated from the same limited sample and might have come in too low. When it does, the test statistic is inflated, and extra tail weight is exactly the allowance for how often that happens. The smaller the sample, the more allowance is needed.
Does the t-distribution affect confidence intervals as well as p-values?
Yes, and this is where ignoring it does the most quiet damage. Every confidence interval around a mean multiplies a standard error by a critical value taken from this curve. Using 1.96 by habit on a small sample produces an interval that is too narrow and a stated confidence level the interval does not deliver — a 95% interval that is really closer to 90%. Nothing in the output flags it.

Related terms

  • Degrees of freedom

    The count of what is still free to move — and the number that decides how demanding your significance threshold is.

  • Normal distribution

    The bell curve — and why your skewed revenue data usually does not break the test anyway.

  • One-tailed vs two-tailed test

    The choice that halves your p-value and costs you the ability to see damage — and why it must be made before the data arrives.

  • T-test

    The workhorse for comparing two averages — and the four assumptions that decide whether its answer means anything.

  • Z-test

    The test behind every conversion-rate readout — and the one condition that decides whether it is safe to use.

Calculate it

  • Two-sample t-test

    Compare the average of two independent groups — plan the sample size, then test the result.

  • Proportion confidence interval

    A defensible interval around one rate — Wilson, Agresti-Coull, Jeffreys and Clopper-Pearson, side by side.

Knowing the term is the easy part

Applying it to a live measurement problem is the part that goes wrong. If you are designing an experiment, reading a result you do not trust, or trying to work out what your marketing actually caused, that is the work we do.

References