Statistics 🎯 Sampling & the CLT

Sampling Distributions

Your sample mean is one draw from a distribution of its own — here is what that distribution looks like.

Intro StatisticsAP Statistics level
💡
The big idea: Every time you collect a sample and calculate its mean, you get a slightly different number. Imagine repeating that forever and writing down each mean: those numbers pile up into their own distribution — the sampling distribution of the mean. It is centered on the true population value, has a spread of its own (the standard error), and is the bridge that lets one sample say something trustworthy about a whole population.
🎯 By the end, you'll be able to
  • Define a sampling distribution as the distribution of a statistic over many possible samples
  • Distinguish the sampling distribution from the population and from a single sample
  • Explain what it means for the sample mean to be an unbiased estimator
  • Describe the spread of the sampling distribution using the standard error
📎 You should already know
  • Mean and standard deviation
  • Population vs. sample

The number that changes every time

Suppose you want the average height of every adult in a city. You cannot measure everyone, so you take a random sample of 50 people and compute their mean height. You get, say, 170.4 cm.

Now imagine a friend does the exact same thing — 50 different people, chosen just as randomly. Their mean will not be 170.4 cm. Maybe 169.1. A third person gets 171.2. Same city, same method, different answers. This wobble has a name: sampling variability. The sample mean is not a fixed fact — it is a number that comes out a little different every time you draw a fresh sample.

The key move in statistics is to stop treating that wobble as a nuisance and start treating it as something with a shape we can describe.

🔑 What a sampling distribution is
The sampling distribution of a statistic is the distribution of that statistic's values over all the samples you could possibly draw. For the sample mean, imagine taking a sample, recording just its mean, and repeating this many times: the pile of means you build up is the sampling distribution of the mean. It describes how the statistic behaves from sample to sample.

Three distributions, kept straight

It is easy to blur three different things together. Keep them separate:

  • The population distribution — every raw value in the whole group (all the heights). It can be any shape.
  • The distribution within one sample — the handful of values you actually collected this time.
  • The sampling distribution of the mean — not raw values at all, but the collection of means from many imagined samples.

The first two are about individual data points. The third is about a statistic. Confusing them is the single most common source of error in this topic, so whenever you read the word distribution, pause and ask a distribution of what?

Build one yourself

The simulation below lets you watch a sampling distribution assemble itself. The top strip is the population — pick a lop-sided one like the right-skewed or bimodal shape. The bottom panel starts empty and fills in one dot of the sampling distribution each time you draw a sample and record its mean.

Try this: set the sample size to n = 1 and draw many samples — each mean is just one raw value, so the bottom copies the messy top. Now raise n and keep drawing. Two things happen to the pile of means: it becomes more symmetric and bell-like, and it gets narrower, hugging the true center. Those two effects are the heart of everything that follows.

🎮 Interactive: assemble a sampling distribution LIVE
Top: the population of raw values. Bottom: the sampling distribution of the mean, built up one sample-mean at a time. Increase the sample size n and watch the pile of means center up and tighten around the true value.

Where is it centered?

Draw enough samples and you will notice the pile of means centers right on the population's true mean — it does not drift high or low. In symbols, the average of the sample mean over all possible samples equals the population mean:

\[ E(\bar{x}) = \mu \]
The expected value of the sample mean equals the population mean μ. On average, the sample mean lands on the target.
✨ Unbiased, but not exact
Because the sampling distribution of \( \bar{x} \) is centered exactly on \( \mu \), we call the sample mean an unbiased estimator — it does not systematically overshoot or undershoot. That does not mean any single sample mean equals \( \mu \); almost none do. It means the misses scatter evenly on both sides, so there is no built-in tilt. Bias is about the center of the sampling distribution, not about any one estimate.

How wide is it? The standard error

The sampling distribution has a spread of its own, and it is smaller than the spread of the raw population — averaging several values smooths out the extremes. This spread of the sample mean gets its own name, the standard error, to keep it distinct from the population's standard deviation \( \sigma \):

\[ \text{SE} = \frac{\sigma}{\sqrt{n}} \]
The standard error of the mean: population standard deviation σ divided by the square root of the sample size n. Larger n means a tighter sampling distribution.
⚠️ Standard deviation vs. standard error
These sound alike and get swapped constantly. The standard deviation \( \sigma \) measures how spread out the raw values are. The standard error \( \sigma/\sqrt{n} \) measures how spread out the sample means are. The standard error is always the smaller of the two (for \( n > 1 \)), and it keeps shrinking as you collect more data — while the population's standard deviation never changes at all.
📝 Worked example: Scores on a task have population mean μ = 500 and standard deviation σ = 60. You plan to take random samples of n = 100 and record each sample mean. Describe the sampling distribution of the mean: its center and its spread.
  1. Center: the sample mean is unbiased, so the sampling distribution is centered on the population mean — 500.
  2. Spread: the standard error is SE = σ/√n = 60 / √100 = 60 / 10.
  3. So SE = 6, much smaller than the population's spread of 60.
✓ The sampling distribution of the mean is centered at 500 with a standard error of 6. Individual scores scatter with a standard deviation of 60, but sample means of 100 scores cluster far more tightly — most within about 6 of the true value on either side.

Where this is heading

You now have the two facts that make inference possible: the sampling distribution of the mean is centered on the parameter and has a known spread, the standard error. The remaining question is its shape — and there is a remarkable result, the Central Limit Theorem, which says that for a large enough sample the sampling distribution of the mean is approximately a normal bell curve no matter what the population looks like. That is the next step, and it is what turns these ideas into confidence intervals and tests.

Check your understanding

1. A sampling distribution is the distribution of…
A sampling distribution describes how a statistic behaves across many samples — it is a distribution of the statistic, not of individual data points.
2. Saying the sample mean is an 'unbiased' estimator of μ means that…
Unbiased refers to the center of the sampling distribution: on average the sample mean equals μ, even though individual sample means vary around it.
3. A population has standard deviation σ = 40. For random samples of size n = 64, the standard error of the mean is…
SE = σ/√n = 40/√64 = 40/8 = 5.
4. As the sample size n increases, the sampling distribution of the mean becomes…
The standard error is σ/√n, which shrinks as n grows, so the sample means cluster ever more tightly around the true mean.
✅ Key takeaways
  • A sampling distribution is the distribution of a statistic (like the sample mean) over all the samples you could draw — not a distribution of raw data points.
  • Keep three things apart: the population, a single sample, and the sampling distribution of the mean.
  • The sample mean is unbiased: its sampling distribution is centered on the population mean μ, so E(x-bar) = μ.
  • The spread of that sampling distribution is the standard error, SE = σ/√n, always smaller than the population's standard deviation and shrinking as n grows.
  • Knowing the center and spread of the sampling distribution — and, via the Central Limit Theorem, its shape — is what makes inference from a single sample possible.