Standard Error — Precision of Sample Statistics
Foundations of Statistics
Measuring the Reliability of Estimates
The standard error quantifies how precisely a sample statistic estimates the population parameter, forming the foundation for confidence intervals and hypothesis tests. It decreases with sample size, enabling better estimates with more data.
- Medical Research — Assessing precision of treatment effect estimates in clinical trials
- Polling — Reporting margins of error for survey estimates
- Economics — Evaluating precision of economic indicators and forecasts
The standard error tells you how much trust to place in your estimates.
Core Concepts
The standard error (SE) measures the precision of a sample statistic — it quantifies how much the statistic would vary across repeated samples.
DfStandard Error
The standard error of a statistic is the standard deviation of its sampling distribution: . For the sample mean, (when is known) or (when estimated from data).
Standard Error of the Mean
Here,
- =Population standard deviation
- =Sample standard deviation
- =Sample size
SE vs SD
- Standard deviation (SD) describes spread of individual data points:
- Standard error (SE) describes precision of the sample mean as an estimate:
- SE is always smaller than SD (by factor )
Formal Derivation
ThVariance of the Sample Mean
If are i.i.d. with variance , then .
Proof
The crucial step is that the variance of a sum of independent random variables equals the sum of their variances. Taking the square root: .
SE for Proportions
Standard Error of a Proportion
Here,
- =Sample proportion
- =Sample size
Derivation for Proportions
Let , so . Since :
Replacing with gives the estimated SE. The maximum of occurs at , giving the conservative bound .
How Sample Size Affects SE
ThSample Size and Precision
To reduce the standard error by a factor , the sample size must increase by a factor .
Proof
If and we want , then:
Examples: To halve the SE, quadruple . To reduce SE by factor 10, need 100× the sample. This square-root law is fundamental to experimental design.
Worked Example
A pharmaceutical company measures blood pressure reduction. From prior studies, mmHg.
| 95% CI half-width | ||
|---|---|---|
| 25 | ||
| 100 | ||
| 400 | ||
| 1600 |
Key observation: Going from to (4× the sample) halves the SE from 1.20 to 0.60. The cost of data collection must be weighed against this diminishing return.
Practical Implication
The law creates a fundamental trade-off: each doubling of precision requires quadrupling the budget. This is why clinical trials use formal power analysis before collecting data.
Estimated Standard Error
Replacing $\sigma$ with $s$
When is unknown (almost always), we estimate it with . The estimator is unbiased for (by Bessel's correction), but is a biased estimator of (by Jensen's inequality, since is concave). For large , the bias is negligible.
Key Takeaways
Summary: Standard Error
- SE measures precision of a sample statistic (how much it varies across samples)
- SE of mean: (known ) or (estimated)
- SE of proportion:
- SE decreases with : to halve SE, quadruple (square-root law)
- SE is the denominator of z-scores, t-scores, and confidence intervals
- Always distinguish between (population parameter) and (sample estimate)