No history yet

Sampling Variation

From One to Many

If you measure the height of one randomly chosen person, the result is unpredictable. They could be tall, short, or somewhere in between. Now, what if you grab 100 people at random and calculate their average height? That average is much more predictable. It's very unlikely to be extremely tall or extremely short. It will almost certainly be close to the average height of the entire population.

This is the core idea of sampling. While individual data points are wild and unpredictable, the average of a group of them starts to show a clear, stable pattern. This stability is what allows us to make educated guesses about a whole population just by looking at a small piece of it.

Parameters vs. Statistics

In statistics, we have two key types of numbers. When a number describes an entire population, like the true average height of every adult in a country, we call it a parameter. Parameters are usually unknown and are what we're trying to figure out.

When a number describes a sample, like the average height of those 100 people you measured, we call it a statistic. We use statistics to estimate parameters.

ConceptDescribesValueExample
ParameterEntire PopulationFixed, but usually unknownThe true average GPA of all students at a university
StatisticA SampleVaries from sample to sampleThe average GPA of 50 randomly selected students

Notice the key difference: a parameter is a single, fixed number. A statistic, however, is a random variable. Why? Because it depends on which random sample you happen to pick. If you picked a different group of 100 people, you would get a slightly different average height. Every new sample gives you a new statistic.

A statistic is a number calculated from a sample. Because samples vary, the statistic itself varies and is considered a random variable.

The Sampling Distribution

Since a statistic like the sample mean is a random variable, it must have a probability distribution. This is a special kind of distribution with a specific name.

Sampling Distribution

noun

The probability distribution of a statistic, formed by considering all possible random samples of a given size from a population.

This can be tricky, so let's break it down. A sampling distribution is not a distribution of people or individual data points. It’s a distribution of a statistic, like the sample mean.

Imagine a giant bag with millions of marbles, each with a number on it. This is our population. We want to know the average number on all the marbles (the parameter), but we can't count them all.

Instead, we:

  1. Pull out 30 marbles (our sample).
  2. Calculate their average (our statistic).
  3. Write that average down and put the marbles back.
  4. Repeat this process thousands of times.

The list of averages you've written down forms a sampling distribution. If you made a histogram of these averages, you would see a clear, predictable shape.

The incredible thing is that even if the original population is not bell-shaped, the sampling distribution of the mean often is, especially when the sample size is large enough. This is a sneak peek at a powerful idea called the Central Limit Theorem, which we'll explore later.

For now, the key takeaway is that the variation among sample means is smaller and more predictable than the variation among individual data points. This is why we can be more confident in an average from a large sample than in a single observation.

The standard deviation of the sampling distribution of a statistic decreases as the sample size increases.

This makes sense intuitively. An average based on 1000 people should be a more reliable estimate of the population average than an average based on only 10 people. The larger sample size reduces the effect of any single extreme outlier, pulling the sample mean closer to the true population mean.

Quiz Questions 1/6

Why is the average height of 100 randomly chosen people more predictable than the height of a single randomly chosen person?

Quiz Questions 2/6

A researcher determines the average salary for all employees at a large company. This average value is a _______.

Understanding this concept is the foundation for almost everything else in inferential statistics, where we use sample data to make conclusions about the wider world.