- Home
- /
- Math
- /
- Statistics & Probability
- /
- Standard Deviation
The standard deviation measures the average distance of data values from the mean, giving a typical spread around the center. Standard deviation is the most widely used measure of spread in statistics โ it appears in confidence intervals, z-scores, normal distributions, and hypothesis tests.
Definition
The standard deviation measures the average distance of data values from the mean, giving a typical spread around the center.
๐ก Intuition
The typical distance from the average. Low SD = clustered. High SD = spread out.
๐ฏ Core Idea
About 68\% of data falls within 1 SD of the mean (for normal distributions).
Example
Formula
Notation
\sigma for population SD, s for sample SD (which divides by n - 1)
๐ Why It Matters
Standard deviation is the most widely used measure of spread in statistics โ it appears in confidence intervals, z-scores, normal distributions, and hypothesis tests.
๐ญ Hint When Stuck
Build a table: one column for each value, one for the deviation from the mean, one for the squared deviation. Then average and take the square root.
Formal View
Related Concepts
๐ง Common Stuck Point
SD uses squared differences, so negative distances become positive.
โ ๏ธ Common Mistakes
- Forgetting to square the deviations before summing โ using |x - \mu| instead of (x - \mu)^2
- Dividing by n when the sample formula requires n - 1 (or vice versa)
- Interpreting SD as a percentage of the mean โ SD is in the same units as the data, not a relative measure
Go Deeper
Frequently Asked Questions
What is Standard Deviation in Math?
The standard deviation measures the average distance of data values from the mean, giving a typical spread around the center.
Why is Standard Deviation important?
Standard deviation is the most widely used measure of spread in statistics โ it appears in confidence intervals, z-scores, normal distributions, and hypothesis tests.
What do students usually get wrong about Standard Deviation?
SD uses squared differences, so negative distances become positive.
What should I learn before Standard Deviation?
Before studying Standard Deviation, you should understand: mean, square roots.
Prerequisites
Next Steps
Cross-Subject Connections
How Standard Deviation Connects to Other Ideas
To understand standard deviation, you should first be comfortable with mean and square roots. Once you have a solid grasp of standard deviation, you can move on to variance and normal distribution.
Visualization
StaticVisual representation of Standard Deviation