Measures of Dispersion for SSC CGL — Range, Variance, SD, CV and More

intermediate 18 min read

Concept

Central tendency tells you where a data set is centred. Dispersion tells you how spread out the data is around that centre. You can have two completely different data sets with the same mean — dispersion is what separates them.

Take these two sets:

Same mean, wildly different behaviour. Set A has zero spread. Set B has high spread. Any exam question that says "compare the two distributions" is almost certainly asking you to compute a measure of dispersion.

The analogy that works: think of the mean as the anchor of a boat, and dispersion as the length of the chain. A short chain means the boat barely moves. A long chain means the boat swings all over the place. The anchor position is the same — what changes is how far the boat can drift.

SSC CGL tests five measures of dispersion in practice:

  1. Range — the bluntest instrument
  2. Mean Deviation (MD) — average of absolute deviations
  3. Quartile Deviation (QD) — the interquartile midpoint
  4. Variance and Standard Deviation (SD) — the workhorses
  5. Coefficient of Variation (CV) — comparison across different units or scales

Each measure has a specific use case and a specific vulnerability to outliers. The exam tests both the computation and the conceptual property — so you need both.

One more thing to know upfront: absolute measures of dispersion (Range, MD, QD, SD, Variance) are in the same units as the data. Relative measures (CV, coefficient of quartile deviation) are percentages — unit-free — and are used when comparing two different distributions.


Deep Dive

1. Range

Formula: Range = Maximum value − Minimum value

That is it. Fast, but fragile — one outlier wrecks it.

Coefficient of Range (relative version):

Coefficient of Range = (Max − Min) / (Max + Min)

2. Mean Deviation (MD)

About the mean:

MD (about mean) = (1/n) × Σ|xᵢ − x̄|

About the median:

MD (about median) = (1/n) × Σ|xᵢ − Median|

Key property: MD is minimum when calculated about the median. If an exam question asks "about which value is MD least?", the answer is always the median.

Coefficient of MD (relative version):

Coefficient of MD = MD / Mean (when computed about mean)

3. Quartile Deviation (QD)

QD = (Q3 − Q1) / 2

Also called the semi-interquartile range. It ignores the top 25% and bottom 25% of data, making it the least affected measure by outliers — the direct opposite of range.

Coefficient of QD:

Coefficient of QD = (Q3 − Q1) / (Q3 + Q1)

4. Variance and Standard Deviation

Population Variance:

σ² = (1/n) × Σ(xᵢ − x̄)²

Standard Deviation:

σ = √[Σ(xᵢ − x̄)² / n]

An equivalent and often faster formula:

σ² = (Σxᵢ²/n) − (x̄)²

In words: variance = mean of squares minus square of mean. This avoids computing deviations one by one when the mean is a decimal.

Effect of linear transformation on SD and Variance:

This is where SSC CGL loves to set traps.

So if each observation is multiplied by 3, new Variance = 9 × original Variance. This is tested directly.

5. Coefficient of Variation (CV)

CV = (σ / x̄) × 100

CV is the go-to tool when you need to compare variability of two distributions that have different means or different units of measurement. The distribution with higher CV is more variable / less consistent.

Typical exam phrasing:

6. Karl Pearson's Coefficient of Skewness

This appears in the SSC CGL Statistics paper and connects dispersion to skewness.

Using mode: Skₚ = (Mean − Mode) / SD

Using median (more stable): Skₚ = 3(Mean − Median) / SD

Summary Table: Properties at a Glance

| Measure | Uses All Values | Affected by Outliers | Unit-Free | |---|---|---|---| | Range | No (only 2) | Most affected | No | | QD | No (middle 50%) | Least affected | No | | MD | Yes | Moderately affected | No | | SD / Variance | Yes | Highly affected | No | | CV | Yes | Highly affected | Yes |


Memory Tricks & Shortcuts

substitutionCV in 5 Seconds Flat

When you see "CV = X%, mean = Y, find SD" — don't re-derive. Rearrange the formula once and burn it in: SD = (CV × Mean) / 100. That's it. No division step-by-step, just two multiplications and a division by 100 (which is just a decimal shift). Example: CV = 40%, Mean = 25 → SD = (40 × 25)/100 = 1000/100 = 10. Standard method (re-deriving the formula): 30 seconds. This direct substitution: 6 seconds.

patternTransformation Rule — Multiply Means Squared

The exam will always give you a "multiply by k" transformation and ask what happens to variance. The pattern: addition/subtraction → zero effect on variance; multiplication/division → variance scales by k². Visualise it as: SD is a length, variance is an area. Doubling every length quadruples the area. If k=3, variance × 9; if k=5, variance × 25. Standard method (computing new variance from scratch): 6-8 steps. Pattern recognition: 1 step.

eliminationOutlier Vulnerability Ranking — RSDQM

Remember the order of outlier sensitivity from most to least: R-S-MD-QD (Range, SD, Mean Deviation, Quartile Deviation). Any conceptual question asking "which is most/least affected by outliers" is answered directly from this chain. Most affected = Range (only uses the two extreme values). Least affected = QD (completely ignores the outer 25% on both sides). Standard method (reasoning from definitions): 20-25 seconds. Memorised chain: 3 seconds.

patternMD is Minimum at the Median

If asked "about which average is mean deviation least?", the answer is always median. This is a proven mathematical result — not a coincidence. Contrast: variance is minimum about the mean (not the median). So: MD → minimised at median; Variance → minimised at mean. One line to remember, zero computation needed. Exam questions on this type: answered in under 5 seconds vs. 40 seconds of second-guessing.

patternSkewness Sign from Mean-Median Comparison

Karl Pearson's formula Skₚ = 3(Mean − Median)/SD means the sign of skewness is just the sign of (Mean − Median). Mean > Median → positive skew (right tail). Mean < Median → negative skew (left tail). Mean = Median → zero skew (symmetric). You often don't need to compute the full formula — just check the numerator's sign first, then compute the magnitude only if asked. Saves 15-20 seconds on sign-check questions.


Fast-Solving Framework

When you see a dispersion question in the exam hall, run this decision tree:

Step 1 — What is being asked?

Step 2 — Verify your mean/median calculation first. A wrong central value cascades into every subsequent step.

Step 3 — For CV comparison questions, never just compare raw SDs. Always divide by respective means. The series with the larger SD is not automatically more variable if its mean is also much larger.

Step 4 — Check units. If the question asks for a coefficient (coefficient of variation, coefficient of MD), the answer should be a ratio or percentage, not in the original units.


Solved PYQs

Why this question: The most basic dispersion formula — tests if you know exactly what range means.

Previous Year Questionपिछले वर्ष का प्रश्न
The range of the data set {4, 7, 13, 2, 19, 11} is:
डेटा सेट {4, 7, 13, 2, 19, 11} का परिसर (Range) क्या है?
  1. 19
  2. 15
  3. 21
  4. 17
  1. 19
  2. 15
  3. 21
  4. 17
Solutionसमाधान
Range = Maximum value − Minimum value = 19 − 2 = 17. It is the simplest measure of dispersion.
परिसर = अधिकतम मान − न्यूनतम मान = 19 − 2 = 17। यह फैलाव (Dispersion) का सबसे सरल माप है।

Solving path: Scan the data set {4, 7, 13, 2, 19, 11}. Maximum = 19, Minimum = 2. Range = 19 − 2 = 17. Option D.


Why this question: Tests the full MD computation pipeline — mean first, then absolute deviations, then average.

Previous Year Questionपिछले वर्ष का प्रश्न
The mean deviation of the data {2, 4, 6, 8, 10} about the mean is:
डेटा {2, 4, 6, 8, 10} का माध्य के बारे में माध्य विचलन (Mean Deviation) क्या है?
  1. 2.0
  2. 2.4
  3. 3.0
  4. 1.6
  1. 2.0
  2. 2.4
  3. 3.0
  4. 1.6
Solutionसमाधान
Mean = (2+4+6+8+10)/5 = 30/5 = 6. Deviations from mean: |2−6|=4, |4−6|=2, |6−6|=0, |8−6|=2, |10−6|=4. Mean Deviation = (4+2+0+2+4)/5 = 12/5 = 2.4.
माध्य = (2+4+6+8+10)/5 = 6। माध्य से विचलन: |2−6|=4, |4−6|=2, |6−6|=0, |8−6|=2, |10−6|=4। माध्य विचलन = (4+2+0+2+4)/5 = 12/5 = 2.4।

Solving path: Data = {2, 4, 6, 8, 10}. Mean = 30/5 = 6. Absolute deviations: 4, 2, 0, 2, 4. Sum = 12. MD = 12/5 = 2.4. Option B.


Why this question: Direct application of CV formula in reverse — given CV and mean, find SD.

Previous Year Questionपिछले वर्ष का प्रश्न
If the coefficient of variation of a data set is 40% and its mean is 25, what is the standard deviation?
यदि किसी डेटा सेट का विचरण गुणांक 40% है और उसका माध्य 25 है, तो मानक विचलन क्या होगा?
  1. 8
  2. 15
  3. 10
  4. 12
  1. 8
  2. 15
  3. 10
  4. 12
Solutionसमाधान
Coefficient of Variation (CV) = (Standard Deviation / Mean) × 100. So Standard Deviation = (CV × Mean) / 100 = (40 × 25) / 100 = 1000 / 100 = 10.
विचरण गुणांक (CV) = (मानक विचलन / माध्य) × 100। अतः मानक विचलन = (40 × 25) / 100 = 10।

Solving path: CV = (SD/Mean) × 100 → SD = (40 × 25)/100 = 10. Option C. No re-derivation needed if you've burned the rearranged form into memory.


Why this question: Tests whether you can identify the most outlier-sensitive measure — a pure conceptual question.

Previous Year Questionपिछले वर्ष का प्रश्न
Which measure of dispersion is most affected by extreme values (outliers) in a data set?
विचलन के किस माप पर डेटा सेट में अत्यधिक मान (outliers) का सबसे अधिक प्रभाव पड़ता है?
  1. Quartile Deviation
  2. Standard Deviation
  3. Range
  4. Mean Deviation
  1. चतुर्थक विचलन
  2. मानक विचलन
  3. परिसर (Range)
  4. माध्य विचलन
Solutionसमाधान
Range = Maximum value − Minimum value. Since it depends only on the two extreme values, it is the most affected by outliers. Quartile deviation is least affected as it ignores the top and bottom 25% of data.
परिसर = अधिकतम मान − न्यूनतम मान। यह केवल दो चरम मानों पर निर्भर करता है, इसलिए outliers से सबसे अधिक प्रभावित होता है। चतुर्थक विचलन पर outliers का सबसे कम प्रभाव पड़ता है।

Solving path: Range depends only on the maximum and minimum values. Change one extreme value by any amount and range changes completely. QD ignores the outer 25% on each side — it is the least sensitive. Answer: Range. Option C.


Why this question: Classic transformation property — directly tests the k² rule for variance.

Previous Year Questionपिछले वर्ष का प्रश्न
If each observation of a data set is multiplied by 3, what happens to the variance of the data set?
यदि किसी डेटा सेट के प्रत्येक प्रेक्षण को 3 से गुणा कर दिया जाए, तो डेटा सेट के प्रसरण (variance) पर क्या प्रभाव पड़ेगा?
  1. Variance becomes 6 times the original
  2. Variance remains unchanged
  3. Variance becomes 9 times the original
  4. Variance becomes 3 times the original
  1. प्रसरण मूल प्रसरण का 6 गुना हो जाता है
  2. प्रसरण अपरिवर्तित रहता है
  3. प्रसरण मूल प्रसरण का 9 गुना हो जाता है
  4. प्रसरण मूल प्रसरण का 3 गुना हो जाता है
Solutionसमाधान
If each observation is multiplied by a constant k, the new standard deviation = k × original SD, so new variance = k² × original variance. Here k=3, so variance becomes 3² = 9 times the original variance.
यदि प्रत्येक प्रेक्षण को एक स्थिरांक k से गुणा किया जाए, तो नया मानक विचलन = k × मूल मानक विचलन, अतः नया प्रसरण = k² × मूल प्रसरण। यहाँ k=3, इसलिए प्रसरण 3² = 9 गुना हो जाता है।

Solving path: Multiplication by k → SD scales by k, variance scales by k². Here k = 3, so new variance = 3² × original = 9 times original. Option C.


Why this question: Tests Karl Pearson's skewness formula using median — a formula you must have ready in the exam hall.

Previous Year Questionपिछले वर्ष का प्रश्न
For a frequency distribution, the mean is 50, the median is 48, and the standard deviation is 15. What is the coefficient of skewness using Karl Pearson's method (using median)?
एक बारंबारता बंटन के लिए माध्य 50, माध्यिका 48 और मानक विचलन 15 है। कार्ल पियर्सन की विधि (माध्यिका का उपयोग करते हुए) से विषमता गुणांक क्या होगा?
  1. 0.6
  2. −0.4
  3. 0.13
  4. 0.4
  1. 0.6
  2. −0.4
  3. 0.13
  4. 0.4
Solutionसमाधान
Karl Pearson's coefficient of skewness (using median) = 3(Mean − Median) / Standard Deviation = 3(50 − 48) / 15 = 3 × 2 / 15 = 6/15 = 0.4. Since mean > median, the distribution is positively skewed.
कार्ल पियर्सन का विषमता गुणांक (माध्यिका सहित) = 3(माध्य − माध्यिका) / मानक विचलन = 3(50 − 48) / 15 = 6/15 = 0.4। चूँकि माध्य > माध्यिका है, बंटन धनात्मक रूप से विषम है।

Solving path: Formula = 3(Mean − Median)/SD = 3(50 − 48)/15 = 6/15 = 0.4. Positive value → positive skew. Option D.


Why this question: CV comparison across two series — tests whether you resist the trap of comparing raw SDs.

Previous Year Questionपिछले वर्ष का प्रश्न
The standard deviations of two series A and B are 4 and 6 respectively. The mean of series A is 30 and that of series B is 20. Which series is more variable?
दो श्रृंखलाओं A और B के मानक विचलन क्रमशः 4 और 6 हैं। श्रृंखला A का माध्य 30 और श्रृंखला B का माध्य 20 है। कौन-सी श्रृंखला अधिक परिवर्तनशील है?
  1. Cannot be determined without sample size
  2. Series B
  3. Series A
  4. Both are equally variable
  1. प्रतिदर्श आकार के बिना निर्धारित नहीं किया जा सकता
  2. श्रृंखला B
  3. श्रृंखला A
  4. दोनों समान रूप से परिवर्तनशील हैं
Solutionसमाधान
Variability is compared using Coefficient of Variation (CV) = (SD/Mean) × 100. CV of A = (4/30) × 100 = 13.33%. CV of B = (6/20) × 100 = 30%. Since CV of B (30%) > CV of A (13.33%), Series B is more variable.
परिवर्तनशीलता की तुलना विभिन्नता गुणांक (CV) = (SD/माध्य) × 100 से की जाती है। A का CV = (4/30) × 100 = 13.33%। B का CV = (6/20) × 100 = 30%। चूँकि B का CV (30%) > A का CV (13.33%), श्रृंखला B अधिक परिवर्तनशील है।

Solving path: CV(A) = (4/30) × 100 = 13.33%. CV(B) = (6/20) × 100 = 30%. Series A has larger mean, which absorbs the larger SD. Series B is more variable. Option B. Note: if you had just compared SDs (4 vs 6), you'd still get B correct here — but the mean difference is why CV is the right tool, and this setup is designed to show that.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →