π Standard Deviation
When we study data, knowing the average (mean) is not enough.
The measure that tells us how spread out values are around the mean is called the Standard Deviation.
π― What Does Standard Deviation Measure?
Standard deviation measures:
- Small standard deviation β Values are close to the mean
- Large standard deviation β Values are widely spread out
π Example Dataset
Consider four test scores:
75, 80, 85, 80
Step 1 β Find the Mean
Mean = (75 + 80 + 85 + 80) Γ· 4 = 80
Now we want to measure how far each score is from the mean.
π Step 2 β Find Deviations from Mean
| Score | Deviation from Mean (Score β Mean) |
|---|---|
| 75 | β5 |
| 80 | 0 |
| 85 | +5 |
| 80 | 0 |
Some deviations are negative and some positive.
β Why Not Use Absolute Values?
We could take absolute values:
|β5| = 5, |0| = 0, |5| = 5, |0| = 0
Average absolute deviation = (5 + 0 + 5 + 0) Γ· 4 = 2.5
This works, but absolute value creates mathematical difficulties in advanced calculations.
β Better Method: Square the Deviations
Instead of absolute values, we square each deviation.
| Deviation | Squared Deviation |
|---|---|
| β5 | 25 |
| 0 | 0 |
| 5 | 25 |
| 0 | 0 |
Now average the squared deviations:
(25 + 0 + 25 + 0) Γ· 4 = 12.5
π From Variance to Standard Deviation
Variance is useful, but its units are squared.
If scores are in marks, variance is in marksΒ², which is hard to interpret.
Standard Deviation = βVariance
= β12.5 β 3.54
Now the units return to normal marks.
π§ Conceptual Meaning
Here it means scores typically vary about 3.5 marks from the average score of 80.
π Comparing Spread Using Standard Deviation
Class A Scores
78, 79, 80, 81, 82
Class B Scores
60, 70, 80, 90, 100
Both classes have mean = 80
- Class A β Small standard deviation (scores close together)
- Class B β Large standard deviation (scores widely spread)
π Why Divide by (n β 1) Instead of n?
When data is a sample (not the whole population), we divide by (n β 1).
π‘ Conceptual Idea: Degrees of Freedom
If we know the sample mean, not all values are free to vary.
Example: If the mean of 4 numbers is 80 and first three are known, the last number is fixed.
This correction makes the standard deviation more accurate.
π Real-Life Uses of Standard Deviation
- π Exam performance analysis
- πΉ Stock market risk measurement
- π Quality control in factories
- π‘οΈ Weather variability studies
- π Sports performance consistency
π Quick Summary of Formulas
Variance (Sample)
Average of squared deviations from mean
Standard Deviation (Sample)
Square root of variance
π§ Key Takeaways
- Standard deviation measures spread of data
- It shows typical distance from the mean
- Small SD β consistent data
- Large SD β highly variable data
- It is widely used in science, business, and research