Skip to content

9709 · 6.4

Sampling and estimation

Sampling and estimation allow us to make educated guesses about a whole population by studying just a small piece of it. We use sample data to calculate estimates and then build a 'confidence interval' to show how precise our guess is.

Need to know

What you need to know

  • The sample mean $\bar{x}$ is always an unbiased estimate of the population mean $\mu$.
  • The value $s^2$ is an unbiased estimate of the population variance $\sigma^2$.
  • Pay close attention to whether a question gives you the population variance ($"\sigma^2"$) or asks you to estimate it from a sample ($s^2$). The formula for $s^2$ uses $n-1$ in the denominator.

Explanation

Estimating the Whole from a Part

  1. The sample mean, $\bar{X}$, is our best guess (an unbiased estimator) for the unknown population mean, $\mu$.
  2. The Central Limit Theorem states that for a large sample size ($n$), the distribution of sample means, $\bar{X}$, is approximately Normal, even if the original population isn't.
  3. A confidence interval for the mean $\mu$ is calculated using the formula $\bar{x} \pm z \times \frac{\sigma}{\sqrt{n}}$, where $\sigma$ is known.
  4. Interpretation is key: a 95% confidence interval means that if we repeated the sampling process many times, 95% of the calculated intervals would contain the true population mean $\mu$.