Statistics Fundamentals

Statistics is the grammar of science. Whether you're analysing experimental data, building machine-learning models, or simply reading a poll, you need a handful of core ideas to make sense of numbers. This post covers the essentials interactively — drag the sliders, watch the plots change, and build real intuition.

1. Central Tendency

Loading chart...
500

Mean: 49.87

Median: 49.32

Mode: 48.03

Std Dev: 10.09

2. Standard Deviation

Loading chart...
0
1
2

3. Empirical Rule (68-95-99.7)

Loading chart...
0
1

4. Z-Scores

Loading chart...

z = (x \u2212 \u03BC) / \u03C3 = 1.400

Moderate (|z| ≥ 1)

5. Confidence Intervals

Loading chart...
30

Std Error: 2.739

Margin of Error: \u00B15.368

CI: [94.63, 105.37]

6. Playground

Loading chart...
0
10
500

Sample Mean: -0.13

Sample Std: 10.09

Sample Median: -0.68

True \u03BC: 0.0

True \u03C3: 10.0

Quick Reference

ConceptSymbolWhat it tells you
Meanxˉ\bar{x}Average value
MedianMiddle value (robust to outliers)
ModeMost common value
Varianceσ2\sigma^2Average squared spread
Std Deviationσ\sigmaSpread in original units
Z-scorezzHow many σ from the mean
Confidence IntervalCIRange likely containing the true parameter

Further Reading