Unit 5: Sampling Distributions
Sampling Distribution of a Proportion
Describing the center, spread, and shape of the sampling distribution of p̂.
How Much a Sample Proportion Varies from Sample to Sample
Suppose 60% of all adults truly support a policy. A single random sample of 100 adults won't necessarily show exactly 60% support — sampling variability means p̂ bounces around from sample to sample. Before reading on: if you imagined taking thousands of different random samples of 100 adults and computing p̂ for each one, what shape do you think that collection of p̂ values would take?
Definition — Sampling Distribution of a Sample Proportion
Worked Example — Describing and Using a Sampling Distribution
A sample proportion is secretly a special case of a sample mean: coding each person's response as 1 (supports) or 0 (doesn't) turns p̂ into the mean of those 0s and 1s. That connection is why simulating many random samples of a binary outcome (like a coin flip or a weighted win/lose trial) and tracking the running proportion demonstrates exactly the same sampling-variability behavior described here.
Probability Simulator
Experiment
Run a trial to see the outcome here.
Simulation
Histogram — experimental vs theoretical
Running probability — Law of Large Numbers
Statistics
Mean
— experimental
3.5 theoretical
Variance
— experimental
2.917 theoretical
Standard deviation
— experimental
1.708 theoretical
Trials
0 experimental
— theoretical
Frequency table
| Outcome | Count | Experimental | Theoretical |
|---|---|---|---|
| 1 | 0 | — | 0.167 |
| 2 | 0 | — | 0.167 |
| 3 | 0 | — | 0.167 |
| 4 | 0 | — | 0.167 |
| 5 | 0 | — | 0.167 |
| 6 | 0 | — | 0.167 |
Central Limit Theorem
Draws 300 independent samples of 5trials each from the current experiment, averages each sample, and histograms the resulting sample means — the distribution should look progressively more bell-shaped (normal) as the sample size grows, even though the experiment’s own distribution usually isn’t.
Tip
Common Mistakes
Using p̂ from a single sample in the σ_p̂ formula instead of the true population value p, when p is actually given.
When the true population proportion p is stated (as it was here, 0.60), the sampling distribution's formulas use that known p — a sample's own p̂ only substitutes in when p itself is unknown and being estimated.
Key Takeaways
- The sampling distribution of p̂ is centered at the true population proportion p, with spread σ_p̂ = √(p(1−p)/n).
- The large counts condition (np ≥ 10 and n(1−p) ≥ 10) justifies treating the sampling distribution as approximately Normal.
- A sample proportion is a special case of a sample mean — the mean of a variable coded as 0s and 1s.
Summary
The next lesson extends this same idea to the sampling distribution of a sample mean, and introduces the theorem that makes it work even when the underlying population isn't Normal at all.
Sign in to track your progress and mark this lesson complete.
Track your progress