Formula & Calculator

Standard Error of the Mean

Measures how much a sample mean is expected to vary from the true population mean, decreasing as sample size grows.

StatisticsProbabilityInference

Standard Error CalculatorSE = σ / √n

SE = σ / √n
SE = standard error  ·  σ = population std dev  ·  n = sample size
⟹ SolveSE, σ, n
Please fix the errors above.
Solve for:
Presets:
Standard Error
SE: σ: n:
SE = σ / √n
✓ Copied!
Standard Error Magnitude
Small (< 1) Medium (1–5) Large (5–10) Very Large (> 10)
SE = σ / √n  ·  Standard error of the sample mean.

Interpretation

SE = σ/√n. The standard deviation of the sampling distribution of the mean. Measures the precision of the sample mean as an estimate of the population mean.

SE = σ / √n
Standard Error of the Mean

Variables

SymbolQuantityUnit
SEStandard error of the mean
σPopulation (or sample) standard deviation
nSample size

What it means

The standard error (SE) of the mean is the standard deviation of the sample means over many repeated samples from the same population. It quantifies the sampling variability of the mean. The formula shows that the SE decreases as the sample size increases. It is used to compute confidence intervals, to perform hypothesis tests (z‑tests, t‑tests), and to assess the reliability of sample estimates. Understanding the standard error is fundamental for inferential statistics and for interpreting sample results.

Worked example

Standard Error of the Mean – Two Examples

Real‑World
Scenario: A population has σ=15, sample size n=25. Find SE.
ParameterValue
σ15
n25
1SE = 15 / √25 = 15/5 = 3
Result 3 ✓ Standard error
Scenario: σ=10, n=100. Compute SE.
ParameterValue
σ10
n100
1SE = 10 / √100 = 10/10 = 1
Result 1 ✓ SE
Insight: Standard error measures the variability of the sample mean. It decreases as sample size increases.

Common mistakes

  • Standard error of the mean (SE): The standard deviation of the sampling distribution of the sample mean.
  • σ: Population standard deviation – if unknown, use s (sample SD) to estimate.
  • n: Sample size – larger n gives smaller SE.
  • Units: SE has the same units as the data.
  • Interpretation: SE measures the precision of the sample mean as an estimate of μ.

Applications

The standard error of the mean (SE) is the standard deviation of the sampling distribution of the sample mean, measuring how much the sample mean is expected to vary from sample to sample. It is a key quantity in inferential statistics, used to construct confidence intervals and to perform hypothesis tests. Engineers use SE to assess the precision of experimental results, to compare groups, and to determine sample sizes. By calculating SE, professionals can quantify the reliability of the sample mean. A smaller SE indicates a more precise estimate. Understanding the standard error is essential for any work involving sampling, as it forms the basis for statistical inference and the interpretation of data.

  • Sample size planning for experiments
  • Confidence interval and hypothesis test construction
  • Assessment of measurement precision
  • Meta‑analysis – combining estimates from multiple studies
  • Quality control – monitoring process mean stability

Frequently Asked Questions

Q01What is the standard error of the mean and how is it computed?
A01

SE = σ / √n (or s/√n if σ is estimated). It measures the variability of the sample mean across different samples.

Q02How does the standard error differ from the standard deviation?
A02

Standard deviation (σ) measures the spread of the raw data. Standard error (SE) measures the spread of the sample mean. SE decreases as n increases, while σ does not.

Q03Why is the standard error important in hypothesis testing?
A03

It is used to calculate test statistics (z or t) and to construct confidence intervals. It quantifies the precision of the sample mean as an estimate of the population mean.

Q04How does sample size affect the standard error?
A04

As n increases, SE decreases (SE ∝ 1/√n). Larger samples give more precise estimates of the population mean.

Q05What is the standard error of the mean when σ is unknown?
A05

Use the sample standard deviation s: SE = s/√n. This is used in the t‑test.

Q06What is the relationship between SE and the margin of error?
A06

The margin of error is the SE multiplied by the critical value (z or t). So ME = critical value × SE.

Q07How do you interpret a standard error of 2 for a mean?
A07

It means that the sample mean is expected to deviate from the true mean by about 2 units on average (if sampling repeated). This gives a sense of the estimate's precision.

Q08What is the formula for the standard error of the difference between two means?
A08

For independent samples: SE = √(σ₁²/n₁ + σ₂²/n₂). This is used in two‑sample t‑tests.

Q09How does the distribution of the sample mean relate to the normal distribution?
A09

By the CLT, the sample mean is approximately normally distributed with mean μ and standard error σ/√n, regardless of the population distribution (for large n).

Q10What is the standard error in the context of regression?
A10

In regression, the standard error of the estimate measures the typical distance of observed values from the regression line. There is also a standard error for each coefficient.