Measures of Central Tendency
Hover over a variable in the formula above, or see glossary below:
The **mean** (average) \mu = \frac{\sum x_i}{N} finds the central value. The **median** is the middle value when sorted. The **mode** is the most frequent value. Each measure has different strengths depending on the data distribution.
Standard Deviation & Spread
Standard deviation \sigma measures how far data points typically stray from the mean. A dataset of sensor readings {100, 101, 99, 100} is much tighter than {50, 150, 80, 120} even if both have the same mean.
The Normal Distribution
In a normal (bell curve) distribution, approximately 68% of data falls within ±1σ of the mean, 95% within ±2σ, and 99.7% within ±3σ. This is the famous empirical rule used in quality control, science, and AI model evaluation.
Descriptive Statistics and Distributions
Statistics is the science of collecting, analysing, interpreting, and presenting data. In engineering and science, it is essential for understanding measurement uncertainty, signal processing, and model validation.
Measures of Central Tendency
- Mean:
- Median: The middle value when data is sorted in ascending order.
- Mode: The most frequently occurring value.
Measures of Spread
- Variance:
- Standard Deviation:
- Range:
Note: Population variance uses . Sample variance uses (Bessel's correction).
The Normal Distribution
The Empirical Rule (68-95-99.7):
| Interval | % of Data |
|---|---|
| ≈ 68.27% | |
| ≈ 95.45% | |
| ≈ 99.73% |
Correlation vs. Causation
Two variables may be statistically correlated without one causing the other. Establishing causation requires controlled experiments.
References
- The Art of Statistics (David Spiegelhalter, Pelican)
- Statistics (Freedman, Pisani & Purves, 4th ed.)
- Khan Academy: Statistics and Probability
AI Assistance Disclaimer: This module uses AI-assisted educational models and interactive visual representations to help explain scientific and mathematical concepts. For formal research or academic evaluation, please verify formulas and data against standard primary reference materials.