NeuroNomixer logoNeuroNomixer
  • Home
  • Blog
  • Visual Guides
  • Authors
  • Contact
Sign InSign Up
NeuroNomixer logo
HomeBlogAuthorsContactPrivacy Policy

© 2026 NeuroNomixer — Built with Next.js & Tailwind CSS

Visual Guides/Standard Error & Point Estimates
STATISTICS

Standard Error & Point Estimates

Draw repeated samples from a hidden population and watch the sample means cluster. Discover how standard error measures that spread, and explore the core properties that make a good estimator: bias, consistency, and efficiency.

Changed sample size
Drew ≥ 20 samples (0)
Revealed true mean
Explored all 3 tabs (1/3)

Sign in to track progress

Population

Population of measurements N(μ, 20) (true mean hidden)

4070100130160
True mean: ••••
Distribution: Normal
σ = 20
N = ∞

Sample Size (n)

SE = σ / √n = 20 / √20 ≈ 4.472

Draw Samples

Sample Means

n = 20  |  samples = 0

Sample means cluster around the true population mean

Draw samples to see means appear here60708090100110120130140

Standard Error Visualizer

SE = σ / √n

Larger samples produce tighter clustering of sample means: smaller SE

No data yet70100130

n = 20

No data yet70100130

n = 100 (theoretical)

n = 20

SE = 4.472

n = 100

SE = 2.000

55% smaller

Doubling n reduces SE by a factor of √2 ≈ 1.41. To halve the SE, you need 4× the sample size.

Estimator Properties

Explored:

An estimator is unbiased if its expected value equals the true parameter. The sample mean x̄ is unbiased: E[x̄] = μ

No data80100120

Unbiased Estimator (x̄)

No data80100120

Biased Estimator (+10)

Red dashed line = true mean (μ = 100)

Unbiased

Dots center on μ = 100. The average of many estimates equals the true value.

Biased (+10)

Dots center on 110. Systematically misses the true value, even with many samples.

← Descriptive StatisticsProbability Fundamentals →