Sampling Distributions

Understand sampling distributions and the variability of sample statistics.

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Sampling Distributions

What Is a Sampling Distribution?

A sampling distribution is the distribution of a statistic (like xˉ\bar{x} or p^\hat{p}) computed from all possible samples of a given size from a population.

Key Idea

Individual statistics vary from sample to sample. The sampling distribution describes this variability.

Sampling Distribution of the Sample Proportion p^\hat{p}

For a sample of size nn from a population with proportion pp:

μp^=p\mu_{\hat{p}} = p

σp^=p(1p)n\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{n}}

Conditions for approximate Normality:

  1. Random: Data comes from a random sample or experiment
  2. 10% Condition: n<0.10Nn < 0.10N (for independence)
  3. Large Counts: np10np \geq 10 and n(1p)10n(1-p) \geq 10

When conditions are met: p^N(p,p(1p)n)\hat{p} \approx N\left(p, \sqrt{\frac{p(1-p)}{n}}\right)

Sampling Distribution of the Sample Mean xˉ\bar{x}

For a sample of size nn from a population with mean μ\mu and standard deviation σ\sigma:

μxˉ=μ\mu_{\bar{x}} = \mu

σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}}

σxˉ\sigma_{\bar{x}} is called the standard error of the mean.

Unbiased Estimators

A statistic is an unbiased estimator of a parameter if its sampling distribution is centered at the parameter value.

  • xˉ\bar{x} is unbiased for μ\mu
  • p^\hat{p} is unbiased for pp
  • s2s^2 is unbiased for σ2\sigma^2
  • ss is slightly biased for σ\sigma

Effect of Sample Size

As nn increases:

  • The sampling distribution becomes less spread out (more precise)
  • σxˉ=σn\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{n}} decreases
  • The distribution becomes more Normal (CLT)

Variability vs. Bias

  • Bias: Systematic error — is the center of the sampling distribution at the right place?
  • Variability: Random error — how spread out is the sampling distribution?

AP Tip: The concept of sampling distributions is the foundation for inference. Understand that we're not talking about the distribution of the data, but the distribution of a statistic across many samples.

📚 Practice Problems

No example problems available yet.