Standard Error Calculators
0 calculators tagged with “Standard Error”
All Calculators
No calculators found for this topic.
Standard Error Formula
SE = SD / √n
SD = sample standard deviation; n = sample size. SE decreases as n increases: quadrupling n halves SE. Example: SD = 12, n = 36: SE = 12/√36 = 12/6 = 2.0. This means the sample mean is estimated with a standard error of ±2.0 units.
SE vs. SD
- SD (standard deviation): Describes variability among individual measurements in the sample. Does not change much with increased n. Used when describing the spread of a population.
- SE (standard error): Describes precision of the sample mean as an estimate of the population mean. Decreases as n increases (SE → 0 as n → ∞). Used in inferential statistics (CI, hypothesis testing).
Common error: using SD when SE should be reported, or vice versa. Error bars in graphs should be labeled (SD or SE or 95% CI).
Confidence Interval Using SE
95% CI = x̄ ± t* × SE (use t* for df = n−1; t* ≈ 1.96 for large n). For n = 25 (df=24): t* = 2.064. For small n, use t-distribution table.
Reporting SE in Publications
Report as: mean ± SE (n = [number]). Example: body mass = 72.4 ± 1.8 kg (SE; n = 40). Alternative: mean = 72.4 kg; 95% CI: 68.9–75.9 kg. Always specify whether error bars represent SD, SE, or CI — they have very different interpretations.
Glossary
Frequently Asked Questions
Standard error of the mean (SEM or SE) = SD/√n. It quantifies how precisely a sample mean estimates the true population mean. Interpretation: if you took many random samples of size n from the population and calculated the mean of each, those means would be normally distributed with a standard deviation equal to SE. Example: sample of 25 measurements with SD = 15: SE = 15/√25 = 15/5 = 3.0. The sample mean estimates the population mean with uncertainty of about ±3.0 units. Halving SE requires quadrupling n (SE ∝ 1/√n).
SD measures variability among individual observations in the sample — how spread out the data are. It is an estimate of population variability and doesn't get smaller with more samples (it converges to the true population SD). SE = SD/√n measures precision of the sample mean — how accurately the mean represents the population mean. SE gets smaller with larger samples (→ 0 as n → ∞). Use SD when: describing the spread of individual measurements (e.g., 'heights ranged, SD = 5 cm'). Use SE when: making inferences about the population mean (confidence intervals, hypothesis tests). Many papers (especially in biology and medicine) incorrectly use SD when SE is appropriate — always check which is being reported.
95% CI = x̄ ± t* × SE, where t* is the t-distribution critical value for df = n−1 at 95% confidence. For large n (>30): t* ≈ 1.96; CI ≈ mean ± 1.96 × SE. For small n: t* > 1.96 (use t-table). Example: mean = 45.2, SE = 3.1, n = 40 (df=39, t* ≈ 2.023): 95% CI = 45.2 ± 2.023 × 3.1 = 45.2 ± 6.3 = (38.9, 51.5). Interpretation: we are 95% confident the true population mean lies between 38.9 and 51.5. Note: 1.96 × SE = ~half-width of 95% CI only for large n. For small n, use t* instead.
Error bars can represent SD, SE, or 95% CI — they look identical on a graph but have very different interpretations. Best practices: always label error bars explicitly in the figure caption or legend (e.g., 'bars represent ± SE, n = 12' or '95% CI'). SD bars: show variability of individual data; about 68% of data fall within mean ± 1 SD for normally distributed data. SE bars: show precision of the mean; 95% CI ≈ ±1.96 SE for large n. 95% CI bars: most directly useful for inference; overlapping 95% CIs does NOT definitively mean p > 0.05 for unpaired tests. Many figures in published papers fail to label error bars — always note the omission when reviewing.