🎉 75% of content is free forever — Unlock Premium from $10/mo →
CW
Search courses…
💼 Servicesℹ️ About✉️ ContactView Pricing Plansfrom $10

Standard Error — Precision of Sample Statistics

Foundations of StatisticsSampling Distributions🟢 Free Lesson

Advertisement

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 θ^\hat{\theta} is the standard deviation of its sampling distribution: SE(θ^)=Var(θ^)\text{SE}(\hat{\theta}) = \sqrt{\text{Var}(\hat{\theta})}. For the sample mean, SE(Xˉ)=σ/n\text{SE}(\bar{X}) = \sigma/\sqrt{n} (when σ\sigma is known) or SE(Xˉ)=s/n\text{SE}(\bar{X}) = s/\sqrt{n} (when estimated from data).

Standard Error of the Mean

SE(Xˉ)=σnsn\text{SE}(\bar{X}) = \frac{\sigma}{\sqrt{n}} \approx \frac{s}{\sqrt{n}}

Here,

  • σ\sigma=Population standard deviation
  • ss=Sample standard deviation
  • nn=Sample size

SE vs SD

  • Standard deviation (SD) describes spread of individual data points: SD(X)=σ\text{SD}(X) = \sigma
  • Standard error (SE) describes precision of the sample mean as an estimate: SE(Xˉ)=σ/n\text{SE}(\bar{X}) = \sigma/\sqrt{n}
  • SE is always smaller than SD (by factor 1/n1/\sqrt{n})

Formal Derivation

ThVariance of the Sample Mean

If X1,,XnX_1, \ldots, X_n are i.i.d. with variance σ2\sigma^2, then Var(Xˉ)=σ2/n\text{Var}(\bar{X}) = \sigma^2/n.

Proof

Var(Xˉ)=Var(1ni=1nXi)=1n2i=1nVar(Xi)=nσ2n2=σ2n\text{Var}(\bar{X}) = \text{Var}\left(\frac{1}{n}\sum_{i=1}^n X_i\right) = \frac{1}{n^2}\sum_{i=1}^n \text{Var}(X_i) = \frac{n\sigma^2}{n^2} = \frac{\sigma^2}{n}

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(Xˉ)=σ/n\text{SE}(\bar{X}) = \sigma/\sqrt{n}.


SE for Proportions

Standard Error of a Proportion

SE(p^)=p^(1p^)n\text{SE}(\hat{p}) = \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}

Here,

  • p^\hat{p}=Sample proportion
  • nn=Sample size

Derivation for Proportions

Let XiBernoulli(p)X_i \sim \text{Bernoulli}(p), so p^=1nXi\hat{p} = \frac{1}{n}\sum X_i. Since Var(Xi)=p(1p)\text{Var}(X_i) = p(1-p):

Var(p^)=p(1p)n,SE(p^)=p(1p)n\text{Var}(\hat{p}) = \frac{p(1-p)}{n}, \qquad \text{SE}(\hat{p}) = \sqrt{\frac{p(1-p)}{n}}

Replacing pp with p^\hat{p} gives the estimated SE. The maximum of p(1p)p(1-p) occurs at p=0.5p = 0.5, giving the conservative bound SE12n\text{SE} \leq \frac{1}{2\sqrt{n}}.


How Sample Size Affects SE

ThSample Size and Precision

To reduce the standard error by a factor kk, the sample size must increase by a factor k2k^2.

Proof

If SE1=σ/n1\text{SE}_1 = \sigma/\sqrt{n_1} and we want SE2=SE1/k\text{SE}_2 = \text{SE}_1/k, then:

σn2=1kσn1    n2=kn1    n2=k2n1\frac{\sigma}{\sqrt{n_2}} = \frac{1}{k}\cdot\frac{\sigma}{\sqrt{n_1}} \implies \sqrt{n_2} = k\sqrt{n_1} \implies n_2 = k^2 n_1

Examples: To halve the SE, quadruple nn. 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, σ=12\sigma = 12 mmHg.

nnSE=12/n\text{SE} = 12/\sqrt{n}95% CI half-width
2512/5=2.4012/5 = 2.40±4.70\pm 4.70
10012/10=1.2012/10 = 1.20±2.35\pm 2.35
40012/20=0.6012/20 = 0.60±1.18\pm 1.18
160012/40=0.3012/40 = 0.30±0.59\pm 0.59

Key observation: Going from n=100n=100 to n=400n=400 (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 n\sqrt{n} 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 σ\sigma is unknown (almost always), we estimate it with s=1n1(XiXˉ)2s = \sqrt{\frac{1}{n-1}\sum(X_i - \bar{X})^2}. The estimator s2s^2 is unbiased for σ2\sigma^2 (by Bessel's correction), but ss is a biased estimator of σ\sigma (by Jensen's inequality, since \sqrt{\cdot} is concave). For large nn, 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: σ/n\sigma/\sqrt{n} (known σ\sigma) or s/ns/\sqrt{n} (estimated)
  • SE of proportion: p^(1p^)/n\sqrt{\hat{p}(1-\hat{p})/n}
  • SE decreases with n\sqrt{n}: to halve SE, quadruple nn (square-root law)
  • SE is the denominator of z-scores, t-scores, and confidence intervals
  • Always distinguish between σ\sigma (population parameter) and ss (sample estimate)

Premium Content

Standard Error — Precision of Sample Statistics

Unlock this lesson and 900+ advanced tutorials with a Premium plan.

🎯End-to-end Projects
💼Interview Prep
📜Certificates
🤝Community Access

Already a member? Log in

Need Expert Statistics Help?

Get personalized tutoring, project support, or professional consulting.

Advertisement