Standard Deviation Explained
What Is Standard Deviation?
Standard deviation (SD) is a measure of how spread out numbers are in a dataset. A low standard deviation means values are clustered close to the average. A high standard deviation means values are scattered over a wider range.
Think of it as answering the question: "On average, how far is each data point from the mean?"
A Simple Example
Consider two classes with the same average test score of 75:
- Class A scores: 70, 73, 75, 77, 80 — SD is about 3.5
- Class B scores: 50, 60, 75, 90, 100 — SD is about 19.0
Both classes averaged 75, but Class B has wildly different individual performance. The standard deviation captures this difference that the average alone misses.
The Formula
The standard deviation is calculated in these steps:
- Find the mean (average) of the dataset.
- For each value, calculate the squared difference from the mean.
- Find the average of those squared differences (this is the variance).
- Take the square root of the variance.
Population vs. Sample Standard Deviation
This distinction trips up many students. When you have data for an entire population, you divide by N (the total count). When you have a sample from a larger population, you divide by N-1. This adjustment, called Bessel's correction, compensates for the fact that a sample tends to underestimate the true variability.
- Population SD: divide by N — used when you have all the data (e.g., scores of every student in a class).
- Sample SD: divide by N-1 — used when you have a subset (e.g., surveying 100 people from a city of 100,000).
Real-World Applications
Standard deviation appears everywhere:
- Finance: Stock volatility is measured using standard deviation of returns. Higher SD means higher risk.
- Quality control: Manufacturing processes use SD to detect when a process is drifting out of specification (Six Sigma methodology).
- Science: Experimental results are reported as mean plus or minus SD to show reliability.
- Grading: Standardized test scores are often expressed as how many SDs a score is from the mean (z-scores).
Crunch your own data with our standard deviation calculator and see the spread in your numbers instantly.