INFERENTIALSampling DistributionsStatistics Calculator
📊

Sampling Error — SE for Means & Proportions

Standard error, margin of error, confidence intervals. SE decreases with √n. FPC for finite populations.

Concept Fundamentals
SE = σ/√n
Standard Error
Sampling variability
z × SE
Margin of Error
Confidence interval width
Error ∝ 1/√n
Key Principle
4× sample → ½ error
Confidence intervals
Application
Survey & poll accuracy
Compute Sampling ErrorSE, MOE, CI, required n

Why This Statistical Analysis Matters

Why: Sampling error quantifies random variation from drawing a sample. Essential for polls, surveys, clinical trials.

How: Enter σ or p, sample size n. Get SE, MOE, CI. Optional: target SE to find required n.

  • SE = σ/√n
  • MOE = z × SE
  • FPC when n/N > 0.05
SE
STATISTICSSampling Distributions

Sampling Error — SE for Means & Proportions

Standard error, margin of error, confidence intervals, FPC. SE vs n curve. Political polls, market research, clinical trials, quality control.

Real-World Scenarios — Click to Load

Configuration

sampling_error_results.sh
CALCULATED
$ sampling_error --mode="mean" --n=100 --conf=0.95
Standard Error
1.0000
Margin of Error
±1.9600
z*
1.960
95% CI
[48.04, 51.96]
Share:
Sampling Error Result
SE = 1.0000
MOE = ±1.9600
z* = 1.9695% CI
numbervibe.com/calculators/statistics/sampling-error-calculator

SE vs Sample Size (current point marked)

CI Width vs Sample Size

Finite Population Correction (N=1000)

Calculation Breakdown

CONFIGURATION
Confidence level
95%
z* = 1.9600
COMPUTATION
SE (infinite pop)
1.0000
σ/√n = 10/√100
SE (final)
1.0000
SE (no FPC)
MOE
±1.9600
z* × SE = 1.9600 × 1.0000
CONFIDENCE INTERVAL
95% CI
[48.0400, 51.9600]

For educational and informational purposes only. Verify with a qualified professional.

📈 Statistical Insights

SE

SE = σ/√n

— Mean

MOE

MOE = z × SE

— CI

FPC

√((N−n)/(N−1))

— Finite pop

Key Takeaways

  • SE for mean: SE = σ/√n (or s/√n). Standard error IS the expected sampling error.
  • SE for proportion: SE = √(p(1−p)/n). Use p̂ when p unknown.
  • Finite population correction: SE_fpc = SE × √((N−n)/(N−1)). Use when n/N > 5%.
  • Margin of error: MOE = z × SE. Half-width of confidence interval.
  • Required n for mean: n = (σ/SE)². To halve SE, need 4× sample size.
  • Required n for proportion: n = p(1−p)/SE². Maximum at p = 0.5.
  • Total survey error: Sampling error + non-sampling error (bias, measurement).

Did You Know?

📊Doubling precision (halving SE) requires 4× the sample size. SE decreases as 1/√n.Source: Central Limit Theorem
🗳️Political polls often use n=1000 for ±3% MOE at 95% when p̂=0.5.Source: AAPOR standards
💰Income has high σ — you need larger samples for the same precision as proportions.Source: Survey design
🏥Clinical measurements (e.g., blood pressure) use SE for mean with known or estimated σ.Source: FDA guidance
📱Small samples (n < 30) may need t instead of z for means when σ is unknown.Source: NIST Handbook
🏫Finite population correction reduces SE when sampling a large fraction of the population.Source: Survey sampling

Formulas Reference

SE_mean = σ/√n (or s/√n)

SE_proportion = √(p(1−p)/n)

FPC = √((N−n)/(N−1))

MOE = z × SE

n_required (mean) = (σ/SE)²

n_required (proportion) = p(1−p)/SE²

Sampling Error vs Non-Sampling Error

Sampling error arises from observing a sample instead of the whole population. It decreases with √n. Non-sampling error includes selection bias, non-response, measurement error, and processing errors. MOE and SE only quantify sampling error.

Frequently Asked Questions

What is the difference between SE and MOE?

SE is the standard deviation of the sampling distribution. MOE = z × SE is the half-width of the confidence interval.

Why does SE decrease as 1/√n?

The variance of the sample mean is σ²/n. So SE = √(σ²/n) = σ/√n. Doubling n halves the SE only if we multiply by 1/√2 ≈ 0.71.

When do I need finite population correction?

When sampling more than 5% of the population. The correction reduces SE because sampling without replacement reduces variability.

How do I choose σ for means?

Use prior studies, pilot data, or a conservative guess. For proportions, p=0.5 gives maximum SE.

What confidence level should I use?

95% is standard. Use 99% for higher certainty (wider CI); 90% for exploratory work.

Chart Interpretation

SE vs n: The curve shows how standard error decreases as sample size increases. The red point marks your current (n, SE). The curve flattens — diminishing returns for very large n.

CI width vs n: Confidence interval width = 2×MOE. Shows how precision improves with sample size.

Sampling Error by the Numbers

1.96
z* for 95% CI
n to halve SE
5%
n/N threshold for FPC
0.5
p for max SE (proportion)

Disclaimer: Sampling error reflects only random variation from sampling. Total survey error includes bias and measurement error. Assumes simple random sampling. For stratified or cluster designs, use design effects.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators