# Sampling Distribution of the Mean Calculator

Free sampling distribution calculator. Enter population mean, standard deviation, and sample size to compute the standard error and 95% confidence.

## What this calculates

Calculate the properties of the sampling distribution of the sample mean. Given the population mean, population standard deviation, and sample size, this tool computes the standard error, a 95% confidence interval, and the probability of the sample mean falling within one standard error.

## Inputs

- **Population Mean (mu)** — The true population mean.
- **Population Std Dev (sigma)** — min 0.01 — The population standard deviation.
- **Sample Size (n)** — min 2 — Number of observations per sample.

## Outputs

- **Sampling Distribution Mean** — Mean of the sampling distribution (equals population mean).
- **Standard Error (SE)** — Standard deviation of the sampling distribution: sigma / sqrt(n).
- **95% CI for Sample Mean** — formatted as text — Range within which 95% of sample means will fall.
- **P(within +/-1 SE)** — formatted as text — Probability the sample mean is within one standard error of the population mean.

## Details

The sampling distribution of the sample mean describes how sample means vary from sample to sample. If you repeatedly draw random samples of size n from a population with mean mu and standard deviation sigma, the distribution of those sample means will have a mean equal to mu and a standard deviation (called the standard error) equal to sigma / sqrt(n).

The Central Limit Theorem (CLT) guarantees that for large enough sample sizes (typically n >= 30), the sampling distribution of the mean is approximately normal, regardless of the shape of the population distribution. This is one of the most important results in statistics because it justifies using normal-based confidence intervals and hypothesis tests even when the underlying data is not normal.

The standard error decreases as the sample size increases, which means larger samples produce more precise estimates of the population mean. Quadrupling the sample size halves the standard error. This relationship guides sample size planning in research studies.

## Frequently Asked Questions

**Q: What is the standard error?**

A: The standard error (SE) is the standard deviation of the sampling distribution of a statistic (here, the sample mean). It measures how much the sample mean is expected to vary from sample to sample. SE = sigma / sqrt(n), so it decreases as the sample size increases.

**Q: How large does the sample need to be for the Central Limit Theorem to apply?**

A: A common rule of thumb is n >= 30. However, if the population distribution is approximately normal, the CLT applies even for smaller samples. For highly skewed or heavy-tailed distributions, a larger sample may be needed.

**Q: What is the difference between standard deviation and standard error?**

A: Standard deviation measures the spread of individual data points around the population mean. Standard error measures the spread of sample means around the population mean. The standard error is always smaller than the standard deviation (for n > 1) because averaging reduces variability.

---

Source: https://vastcalc.com/calculators/statistics/sampling-distribution
Category: Statistics
Last updated: 2026-04-21
