Sampling Distribution Formula

The Formula

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

When to use: Imagine you survey 50 random people about their height, compute the average, then repeat with a different group of 50, again and again. Each group gives a slightly different average. The pattern of all those averages forms the sampling distribution. It's like taking the temperature of a city by sending out 100 different thermometers—each reads slightly differently, but together they cluster around the truth.

Quick Example

Population mean height \mu = 170 cm. Take 1000 random samples of n = 40. Each sample mean \bar{x} differs slightly, but \text{the histogram of all 1000 sample means forms a bell curve centered at } 170.

Notation

\bar{X} denotes the random variable for the sample mean; its distribution is the sampling distribution.

What This Formula Means

The probability distribution of a statistic (such as the sample mean) computed from all possible random samples of the same size drawn from a population.

Imagine you survey 50 random people about their height, compute the average, then repeat with a different group of 50, again and again. Each group gives a slightly different average. The pattern of all those averages forms the sampling distribution. It's like taking the temperature of a city by sending out 100 different thermometers—each reads slightly differently, but together they cluster around the truth.

Formal View

E(\bar{X}) = \mu and \text{SD}(\bar{X}) = \frac{\sigma}{\sqrt{n}} where \mu and \sigma are the population mean and SD

Worked Examples

Example 1

medium
A population has \mu=50 and \sigma=12. For random samples of size n=36, describe the sampling distribution of \bar{X}: find its mean, standard error, and shape.

Solution

  1. 1
    Mean of sampling distribution: \mu_{\bar{X}} = \mu = 50
  2. 2
    Standard error: \sigma_{\bar{X}} = \frac{\sigma}{\sqrt{n}} = \frac{12}{\sqrt{36}} = \frac{12}{6} = 2
  3. 3
    Shape: by CLT (n=36 ≥ 30), approximately Normal even if population is not Normal
  4. 4
    Full description: \bar{X} \sim N(50, 2)

Answer

\bar{X} \sim N(\mu=50,\ SE=2). Sample means are normally distributed around 50 with SD=2.
The sampling distribution describes the distribution of sample means across all possible samples of size n. Its mean equals the population mean (unbiased); its SD (standard error) = σ/√n. The CLT guarantees approximate normality for large n.

Example 2

hard
For a population with \mu=100, \sigma=20, and n=25: (a) find P(\bar{X} > 104), (b) find the value c such that P(\bar{X} < c) = 0.90.

Common Mistakes

  • Confusing the sampling distribution (distribution of \bar{x} across many samples) with the population distribution (distribution of individual values).
  • Forgetting that increasing sample size n makes the sampling distribution narrower (less spread), not the population distribution.
  • Assuming you must physically take many samples—the sampling distribution is a theoretical concept describing what would happen if you did.

Why This Formula Matters

Sampling distributions are the engine of inference: they let us quantify how much a sample statistic might differ from the true population parameter, making confidence intervals and hypothesis tests possible.

Frequently Asked Questions

What is the Sampling Distribution formula?

The probability distribution of a statistic (such as the sample mean) computed from all possible random samples of the same size drawn from a population.

How do you use the Sampling Distribution formula?

Imagine you survey 50 random people about their height, compute the average, then repeat with a different group of 50, again and again. Each group gives a slightly different average. The pattern of all those averages forms the sampling distribution. It's like taking the temperature of a city by sending out 100 different thermometers—each reads slightly differently, but together they cluster around the truth.

What do the symbols mean in the Sampling Distribution formula?

\bar{X} denotes the random variable for the sample mean; its distribution is the sampling distribution.

Why is the Sampling Distribution formula important in Math?

Sampling distributions are the engine of inference: they let us quantify how much a sample statistic might differ from the true population parameter, making confidence intervals and hypothesis tests possible.

What do students get wrong about Sampling Distribution?

The sampling distribution is NOT the distribution of the raw data—it's the distribution of a statistic (like \bar{x}) computed from many samples.

What should I learn before the Sampling Distribution formula?

Before studying the Sampling Distribution formula, you should understand: normal distribution, mean, standard deviation.

Want the Full Guide?

This formula is covered in depth in our complete guide:

Data Representation, Variability, and Sampling Guide →