Sampling Distribution Formula
The Formula
When to use: Imagine you survey 50 random people about their height, compute the average, then repeat with a different group of 50, again and again. Each group gives a slightly different average. The pattern of all those averages forms the sampling distribution. It's like taking the temperature of a city by sending out 100 different thermometers—each reads slightly differently, but together they cluster around the truth.
Quick Example
Notation
What This Formula Means
The probability distribution of a statistic (such as the sample mean) computed from all possible random samples of the same size drawn from a population.
Imagine you survey 50 random people about their height, compute the average, then repeat with a different group of 50, again and again. Each group gives a slightly different average. The pattern of all those averages forms the sampling distribution. It's like taking the temperature of a city by sending out 100 different thermometers—each reads slightly differently, but together they cluster around the truth.
Formal View
Worked Examples
Example 1
mediumSolution
- 1 Mean of sampling distribution: \mu_{\bar{X}} = \mu = 50
- 2 Standard error: \sigma_{\bar{X}} = \frac{\sigma}{\sqrt{n}} = \frac{12}{\sqrt{36}} = \frac{12}{6} = 2
- 3 Shape: by CLT (n=36 ≥ 30), approximately Normal even if population is not Normal
- 4 Full description: \bar{X} \sim N(50, 2)
Answer
Example 2
hardCommon Mistakes
- Confusing the sampling distribution (distribution of \bar{x} across many samples) with the population distribution (distribution of individual values).
- Forgetting that increasing sample size n makes the sampling distribution narrower (less spread), not the population distribution.
- Assuming you must physically take many samples—the sampling distribution is a theoretical concept describing what would happen if you did.
Why This Formula Matters
Sampling distributions are the engine of inference: they let us quantify how much a sample statistic might differ from the true population parameter, making confidence intervals and hypothesis tests possible.
Frequently Asked Questions
What is the Sampling Distribution formula?
The probability distribution of a statistic (such as the sample mean) computed from all possible random samples of the same size drawn from a population.
How do you use the Sampling Distribution formula?
Imagine you survey 50 random people about their height, compute the average, then repeat with a different group of 50, again and again. Each group gives a slightly different average. The pattern of all those averages forms the sampling distribution. It's like taking the temperature of a city by sending out 100 different thermometers—each reads slightly differently, but together they cluster around the truth.
What do the symbols mean in the Sampling Distribution formula?
\bar{X} denotes the random variable for the sample mean; its distribution is the sampling distribution.
Why is the Sampling Distribution formula important in Math?
Sampling distributions are the engine of inference: they let us quantify how much a sample statistic might differ from the true population parameter, making confidence intervals and hypothesis tests possible.
What do students get wrong about Sampling Distribution?
The sampling distribution is NOT the distribution of the raw data—it's the distribution of a statistic (like \bar{x}) computed from many samples.
What should I learn before the Sampling Distribution formula?
Before studying the Sampling Distribution formula, you should understand: normal distribution, mean, standard deviation.
Want the Full Guide?
This formula is covered in depth in our complete guide:
Data Representation, Variability, and Sampling Guide →