Why this topic matters · 8 min read
Dispersion measures how scattered or spread out data is around the mean. SSC CGL tests this in Tier-I Quant (5-7% weightage) through calculation of range, variance, standard deviation, and coefficient of variation. Questions often mix conceptual understanding with numerical computation. High-frequency: comparing two datasets, interpreting which is more consistent, and formula application under time pressure.
What is Dispersion and Why It Matters
Dispersion tells you how far data points deviate from the central value (mean). Two datasets can have the same mean but very different spreads. For example, if two students both average 50 marks but one scores 45, 50, 55 and another scores 10, 50, 90, the second is more dispersed. In SSC CGL, you'll compare consistency, reliability, and variability of datasets. Smaller dispersion means data is clustered (consistent), larger dispersion means data is scattered (inconsistent).
- Dispersion complements measures of central tendency (mean, median, mode)
- Helps identify which dataset or process is more stable or reliable
- Used in quality control, investment risk, and performance analysis
- SSC tests both ungrouped and grouped frequency data
- Always compare dispersion with the same unit or use relative measures (coefficient of variation)
Range
Range is the simplest measure of dispersion. It is the difference between the maximum and minimum values in a dataset. While easy to calculate, range is heavily affected by outliers and ignores the distribution of middle values. In SSC CGL, range questions are usually warm-up level, but they test whether you read data correctly.
- Range = Maximum value - Minimum value
- Affected by outliers; one extreme value can inflate range
- Does not reflect how data is distributed between min and max
- Useful for quick, rough comparison only
- For grouped data, use class width and number of classes
Key formulas
Range
R = X_max - X_min
When: Quick measure of spread; simplest but least reliable
Worked examples
Dataset A: 10, 15, 20, 25, 30 → Range = 30 - 10 = 20
Dataset B: 10, 12, 20, 28, 30 → Range = 30 - 10 = 20 (same range, but B is more clustered in middle)
Variance and Standard Deviation
Variance measures the average squared deviation from the mean. Standard deviation is the square root of variance and is expressed in the same units as the original data, making it more interpretable. These are the most important dispersion measures in SSC CGL. Variance penalizes large deviations more heavily (because of squaring), so it captures spread accurately. Standard deviation is easier to interpret: roughly 68% of data lies within 1 SD of mean (normal distribution rule).
- Variance uses squared deviations to avoid cancellation of positive and negative differences
- Standard deviation is square root of variance; same unit as data
- Population variance uses N; sample variance uses (n-1) for unbiased estimate
- Larger SD means more spread; smaller SD means data is tightly clustered
- SSC often tests formula application with ungrouped data (5-10 values)
Key formulas
Population Variance
σ² = Σ(x_i - μ)² / N
When: When data represents entire population
Sample Variance
s² = Σ(x_i - x̄)² / (n - 1)
When: When data is a sample; (n-1) gives unbiased estimate
Population Standard Deviation
σ = √[Σ(x_i - μ)² / N]
When: Square root of population variance; same units as data
Sample Standard Deviation
s = √[Σ(x_i - x̄)² / (n - 1)]
When: Square root of sample variance
Shortcut for Variance
σ² = (Σx_i²/N) - μ²
When: Faster calculation; avoids computing deviations first
Worked examples
Data: 2, 4, 6, 8, 10. Mean = 6. Deviations: -4, -2, 0, 2, 4. Squared: 16, 4, 0, 4, 16. Variance = 40/5 = 8. SD = √8 ≈ 2.83
Using shortcut: Σx² = 4 + 16 + 36 + 64 + 100 = 220. Variance = 220/5 - 36 = 44 - 36 = 8. Same result, faster.
Coefficient of Variation (CV)
Coefficient of Variation is the ratio of standard deviation to mean, expressed as a percentage. It is a relative measure of dispersion, useful for comparing datasets with different means or different units. If one dataset has mean 100 and SD 10, and another has mean 1000 and SD 50, CV shows which is relatively more variable. SSC CGL frequently asks: which dataset is more consistent or reliable? CV answers this directly.
- CV = (SD / Mean) × 100; expressed as percentage
- Allows comparison of dispersion across datasets with different scales
- Lower CV means more consistent; higher CV means less consistent
- Commonly tested in quality control and investment scenarios
- Cannot be used if mean is zero or negative
Key formulas
Coefficient of Variation
CV = (σ / μ) × 100 %
When: Compare relative spread of datasets with different means or units
Worked examples
Dataset A: Mean = 50, SD = 5. CV = (5/50) × 100 = 10%
Dataset B: Mean = 100, SD = 8. CV = (8/100) × 100 = 8%. Dataset B is more consistent (lower CV).
Quartile Deviation (Semi-Interquartile Range)
Quartile deviation measures spread using the middle 50% of data. It is the difference between the third quartile (Q3) and first quartile (Q1), divided by 2. This measure is robust to outliers because it ignores the extreme 25% on each end. SSC CGL tests this less frequently than SD, but it appears in comparative questions about consistency.
- QD = (Q3 - Q1) / 2; also called semi-interquartile range
- Robust to outliers; ignores extreme values
- Useful for skewed distributions
- Relative QD = QD / Median; used for comparison
- Requires ordering data and finding quartile positions
Key formulas
Quartile Deviation
QD = (Q3 - Q1) / 2
When: Measure spread using middle 50% of data; robust to outliers
Coefficient of Quartile Deviation
CQD = (Q3 - Q1) / (Q3 + Q1)
When: Relative measure for comparing datasets
⚠ Common mistakes to avoid
- Confusing population variance (N) with sample variance (n-1). SSC often specifies 'sample' in the question; missing this costs marks.
- Forgetting to square root variance to get SD. Many aspirants calculate variance correctly but forget the final step.
- Using range to compare datasets when one has outliers. Range is unreliable; use SD or CV instead.
- Misinterpreting CV: thinking higher CV is better. Higher CV means MORE variability, which is LESS consistent. Trap in quality control questions.
- Not simplifying before calculation. With large numbers, use the shortcut formula (Σx²/N - μ²) to avoid arithmetic errors.
- Forgetting to multiply CV by 100 to express as percentage. Marks lost for format.
🧠 Memory aids
- RANGE is ROUGH: Range is the simplest but roughest measure; one outlier ruins it.
- SD = SPREAD DETECTIVE: Standard Deviation catches all deviations (squared), so it detects spread accurately.
- CV = COMPARE DIFFERENT: Coefficient of Variation lets you Compare datasets with Different means or units.
- QD = QUARTER DIVIDE: Quartile Deviation divides data into quarters and ignores extremes; robust but less sensitive.
- SHORTCUT SAVES TIME: Use Σx²/N - μ² instead of summing squared deviations when numbers are large.
🎯 SSC CGL exam tips
- SSC Tier-I typically has 1-2 questions on dispersion. Expect one calculation (variance/SD) and one comparison (which dataset is more consistent).
- Time management: Variance/SD questions take 2-3 minutes if you use the shortcut formula. Practice mental arithmetic to save time.
- Watch for 'sample' vs 'population' language. If the question says 'sample of students', use (n-1) in denominator. This is a frequent trap.
- CV questions often appear in context: 'Which investment is more stable?' or 'Which machine is more reliable?' Lower CV is the answer.
- Grouped frequency data: SSC may give a frequency table. Remember to use Σ(f × x²) / Σf for variance calculation, not just Σx².
- Recent papers show preference for SD over variance in final answer. Always compute both, but present SD unless explicitly asked for variance.
Q1 · hard · AI-verified
The mean deviation about the mean of the data: 4, 7, 8, 9, 10, 12, 13, 17 is:
- 4
- 2.5
- 3.5
- 3
Q2 · medium · AI-verified
If the coefficient of variation of a data set is 40% and its mean is 25, what is the standard deviation?
- 8
- 15
- 10
- 12
Q3 · easy · AI-verified
The mean deviation of the data {2, 4, 6, 8, 10} about the mean is:
- 2.0
- 2.4
- 3.0
- 1.6
Q4 · hard · AI-verified
If each of the n observations x₁, x₂, ..., xₙ is increased by a constant k, which of the following measures of dispersion does NOT change?
- Range only does not change
- Standard Deviation
- Both Mean Deviation and Standard Deviation change
- Mean Deviation about Mean
Q5 · hard · AI-verified
The mean and standard deviation of 100 observations are 40 and 5.1 respectively. Later it is found that one observation 40 was wrongly taken as 50. The correct standard deviation is:
- 5
- 4.9
- 5.1
- 5.5