Sampling Distribution — Definition, Formula & Examples
A sampling distribution is the probability distribution of a statistic (such as the sample mean or sample proportion) computed from every possible sample of a given size drawn from a population. It shows how that statistic varies from sample to sample due to random chance.
Let be a population parameter and be a statistic computed from a random sample of size . The sampling distribution of is the probability distribution that describes all possible values of across every possible sample of size from the population, together with their associated probabilities. By the Central Limit Theorem, when is sufficiently large, the sampling distribution of the sample mean is approximately normal with mean and standard deviation , regardless of the population's shape.
Key Formula
Where:
- = Sample mean, the statistic whose sampling distribution is described
- = Population mean (center of the sampling distribution)
- = Population standard deviation
- = Sample size
- = Standard error of the sample mean
How It Works
Imagine you could draw every possible sample of size from a population, calculate a statistic (like the mean) for each sample, and then plot all those statistics on a histogram. That histogram is the sampling distribution. In practice, you never actually draw every sample — you rely on the Central Limit Theorem to predict the shape, center, and spread of the sampling distribution. The center equals the population parameter (making the statistic unbiased), and the spread shrinks as sample size increases. This predictable behavior is what lets you build confidence intervals and run hypothesis tests from a single sample.
Worked Example
Problem: A factory produces bolts with a mean length of 50 mm and a standard deviation of 4 mm. You take a random sample of 64 bolts. Describe the sampling distribution of the sample mean and find the probability that the sample mean exceeds 51 mm.
Identify the parameters: The population mean is 50 mm, the population standard deviation is 4 mm, and the sample size is 64.
Find the standard error: Divide the population standard deviation by the square root of the sample size.
State the sampling distribution: By the Central Limit Theorem (n = 64 is large enough), the sampling distribution of the sample mean is approximately normal.
Calculate the z-score for 51 mm: Standardize the value 51 using the mean and standard error of the sampling distribution.
Find the probability: Using the standard normal table, the area to the right of z = 2.0 is approximately 0.0228.
Answer: The sampling distribution of the sample mean is approximately . The probability that the sample mean exceeds 51 mm is about 2.28%.
Another Example
Problem: A poll finds that 60% of voters in a large city favor a proposal. If you randomly sample 100 voters, describe the sampling distribution of the sample proportion .
Check conditions: Verify that both and are at least 10 so the normal approximation applies.
Find the mean and standard error: The mean of the sampling distribution of is , and the standard error uses the proportion formula.
State the sampling distribution: The sample proportion is approximately normally distributed.
Answer: The sampling distribution of is approximately .
Visualization
Why It Matters
Sampling distributions are the backbone of statistical inference in AP Statistics and introductory college courses. Every confidence interval and hypothesis test relies on knowing how a statistic behaves across repeated samples. Data scientists, quality-control engineers, and medical researchers all depend on sampling distribution theory to draw valid conclusions from limited data.
Common Mistakes
Mistake: Confusing the standard deviation of the population () with the standard error ().
Correction: The standard error measures the spread of the sampling distribution, not the spread of individual data values. Always divide by when working with sample means.
Mistake: Applying the normal approximation when sample size conditions are not met.
Correction: Before using the normal model, check that is large enough (e.g., for means, or and for proportions). If conditions fail, the sampling distribution may not be approximately normal.
