Standard Error Calculator
Calculate standard error of the mean (SEM) from standard deviation and sample size: SE = s/√n. Understand the difference between standard deviation and standard error.
Formula & Reference
| Variable | Symbol | Formula | Units |
|---|---|---|---|
| Standard Error Calculator | — | SE = s / √n | same as data units |
Step-by-Step Examples
SD=15 (population), n=50 students sampled.
- SE = 15/sqrt(50) = 15/7.071 = 2.12
- 95% CI for sample mean: x̄ ± 1.96×2.12 = x̄ ± 4.16
- SE measures precision of the sample MEAN estimate
Blood pressure SD=12 mmHg, n=100 patients.
- SE = 12/sqrt(100) = 12/10 = 1.2 mmHg
- 95% CI for mean BP: x̄ ± 1.96×1.2 = x̄ ± 2.35 mmHg
- Small SE: mean estimate is precise
Currently SE=5, n=16. How many needed to get SE=2.5?
- SE ∝ 1/sqrt(n)
- Halve SE: need 4x the sample size
- n needed = 16×4 = 64
- Cost of precision increases quadratically
Real-World Applications
Common Mistakes to Avoid
SD describes spread of individual data points. SE describes precision of the sample mean. SD stays constant as n grows; SE shrinks as n grows.
Error bars in figures are often SE (smaller, looks better) but should be clearly labeled. SE bars ≈ 68% CI for the mean. SD bars show data spread.
SE = s/sqrt(n) is specifically for the standard error of the sample mean. Other statistics (median, proportion, regression coefficient) have different standard error formulas.
Frequently Asked Questions
Related Math Calculators
Formula Explorer connections
Interpretation: This formula summarizes data, models uncertainty or supports inference about a population or random process. Assumption: The sampling design and distribution assumptions must match the data. Independence, sample size, outliers and measurement quality can materially affect interpretation.