StatisticsChapter 44 min read

Sampling Distributions and the Central Limit Theorem

O
OIYO EditorialContributor
4/10

Population and Sample

Population: The entire set of subjects of interest in a study
Sample: A subset selected from the population

Why use samples?

  • A census of the entire population is often impractical due to cost and time
  • Samples allow us to infer population characteristics

Parameter: A characteristic of the population (μ, σ) — for example, the true mean household income of all US adults
Statistic: A value calculated from the sample (x̄, s) — for example, mean income in a BLS survey sample


Sampling Methods

MethodDescription
Simple Random SamplingEvery individual has an equal probability of selection
Stratified SamplingDivide into strata (subgroups), then sample from each stratum
Cluster SamplingSelect clusters (groups), then take a census within each cluster
Systematic SamplingRandomly select the first unit, then select every kth unit

Distribution of the Sample Mean

When we repeatedly draw samples of size n from the same population, the sample mean x̄ has its own distribution.

Populationwithmeanμandvarianceσ2:Samplemeanxˉ N(μ,σ2/n)Expected value:E(xˉ)=μVariance:Var(xˉ)=σ2/nStandard error:SE=σn\begin{aligned} &Population with mean \mu and variance \sigma ^2: \\ &Sample mean \bar{x} ~ N(\mu , \sigma ^2/n) \\ \text{Expected value}: E(\bar{x}) &= \mu \\ \text{Variance}: Var(\bar{x}) &= \sigma ^2/n \\ \text{Standard error}: SE &= \frac{\sigma}{\sqrt{n}} \end{aligned}

Key insight: As sample size n increases, the variability of the sample mean (standard error) decreases.


Central Limit Theorem (CLT)

The most important theorem in statistics.

Regardless of the population’s distribution, when n is sufficiently large (typically n ≥ 30), the distribution of the sample mean approximates a normal distribution.

xˉ N(μ,σ2/n)(when n is sufficiently large)Standardization:Z=xˉμσn\begin{aligned} &\bar{x} ~ N(\mu , \sigma ^2/n) \quad \text{(when n is sufficiently large)} \\ \text{Standardization}: Z &= \frac{\bar{x} - \mu }{\frac{\sigma}{\sqrt{n}}} \end{aligned}

Significance: Even if the population is not normally distributed (e.g., uniform, binomial, skewed), a large enough sample produces a normally distributed sample mean.


Standard Error (SE)

SE=σn(when population SD is known)SE=sn(when estimating with sample SD)\begin{aligned} SE &= \frac{\sigma}{\sqrt{n}} \quad \text{(when population SD is known)} \\ SE &= \frac{s}{\sqrt{n}} \quad \text{(when estimating with sample SD)} \end{aligned}

Standard Deviation vs Standard Error:

  • Standard deviation: variability of individual data points
  • Standard error: variability of the sample mean (precision of the estimate)

If sample size is multiplied by 4, the standard error is cut in half.

Try It Yourself

Adjust the population proportion and sample size to see how sample estimates wobble.

표본오차 실험실

결과 요약
평균 추정치56.6%
변동성 (표준편차)7.2
표본별 추정치 분포
47%
53%
60%
57%
50%
60%
57%
57%
60%
57%
67%
50%
50%
50%
57%
50%
73%
53%
53%
57%
63%
63%
70%
67%
63%
57%
47%
47%
60%
67%
57%
50%
47%
40%
43%
60%
57%
57%
53%
60%
60%
50%
60%
50%
63%
53%
60%
57%
60%
73%

* 표본 크기가 커질수록 평균은 안정되고 변동성이 줄어듭니다.


Distribution of Sample Proportions

Sample proportion p^=number of successes in samplenExpected value:E(p^)=pVariance:Var(p^)=p(1p)/nStandard error: p(1p)/n\begin{aligned} \text{Sample proportion } \hat{p} &= \dfrac{\text{number of successes in sample}}{n} \\ \text{Expected value}: E(\hat{p}) &= p \\ \text{Variance}: Var(\hat{p}) &= p(1-p)/n \\ &\text{Standard error: } \sqrt{p(1-p)/n} \end{aligned}

By the CLT, p̂ approximates a normal distribution when n is large.


Key Concept Cards

Central Limit Theorem (CLT) ★★★★★ : Regardless of population distribution, when n ≥ 30, the sample mean approximates N(μ, σ²/n). The foundation of statistical inference. Memory tip: large n → sample mean → normal distribution

Standard Error (SE) ★★★★★ : The standard deviation of the sample mean. SE = σ/√n. Larger n → smaller SE → more precise estimates. Memory tip: SE = σ/√n; n × 4 → SE ÷ 2

Parameter vs Statistic ★★★★☆ : Parameters (μ, σ) are fixed population values. Statistics (x̄, s) are estimated values that vary from sample to sample. Memory tip: parameter = population; statistic = sample


Practice Questions

Q. A population has standard deviation 15. What is the standard error for a sample of n = 225?

SE = 15/√225 = 15/15 = 1. The variability in the sample mean is reduced to a standard deviation of 1.

Q. A population has a right-skewed distribution. What is the distribution of the sample mean for n = 50?

By the Central Limit Theorem, with n = 50, the distribution of the sample mean approximates a normal distribution regardless of the population’s shape. Expected value = population mean; standard deviation = population SD / √50.

O

OIYO Editorial

Editorial Desk

The OIYO editorial desk researches money, law, lifestyle, and self-understanding topics against primary sources and public statistics. Every piece carries source notes and is reviewed on a regular cycle for accuracy and usefulness.