📈 Measure of Dispersion
Last Updated: Jan 2026
Measure of Dispersion tells us how spread out the data is around the central value.
🗣 Hinglish Tip: 👉 “Data values ek-dusre se aur mean/median se kitni door hain?” Dispersion = data ka failaav (spread)
It Help to :
Two datasets can have the same mean but very different spread.
Dispersion helps to:
- Measure data variability
- Judge consistency
- Compare datasets properly
- Quality control
Types of Measure of Dispersion
Main measures:
- Range
- Variance
- Standard Deviation
Range
Range is the difference between the maximum and minimum values.
Formula
Example
Data: 2, 4, 6, 10
Range = 10 - 2 = 8
Limitation
- Uses only two values
- Highly affected by outliers
🗣 Hinglish Tip: Range sirf boundary values dekhta hai
Variance
- Variance measures the average squared distance from the mean.
- If variance is small, the data is close to the mean.
- If variance is large, the data is far from the mean.
- If variance is zero, all data values are the same.
- It can be calculated for the population or sample.
Formula
1. Population Variance
Where:
- = population variance
- = data values
- = population mean
- = population size
2. Sample Variance
Where:
Where:
- = sample variance
- = sample mean
- = sample size
🗣 Hinglish Tip: Sample variance me (n - 1) aata hai — correction ke liye
Example
Data: 2, 4, 6
Mean = 4
Squared deviations:
Variance:
Standard Deviation
Standard Deviation is the square root of variance.
- It shows spread in same units as data.
- Easier to interpret
- Widely used in ML & analytics
Formula
Population Standard Deviation
Sample Standard Deviation
🗣 Hinglish Tip: SD = variance ka root, samajhna easy hota hai
