Kerala HSE (SCERT) · Class 11 · Economics
Unit 1 · Chapter 6 · Statistics for Economics

Measures of Dispersion

Two datasets can share the same average yet be completely different in how reliable or risky they are — Measures of Dispersion give you the tools to see that difference and make smarter decisions.

Every board exam paper asks you to calculate at least one dispersion measure — and in real life, whether you are evaluating a business, a job offer, or an investment, the spread of numbers matters just as much as the average.

Concept

Quick myth-check

Lots of students think…

"Standard Deviation and Variance are just two names for the same thing."

Actually…

Variance is the average of squared deviations, so its unit is the square of the original unit (like ₹²). Standard Deviation is the square root of Variance and is expressed in the same unit as your data (like ₹), making it directly comparable to the actual values.

Two data sets can have the exact same average but be completely different — one steady, one all over the place. By the end of this chapter you will know how to measure that difference and why it matters in real life.

Why averages are not enough

An average (mean) tells you the centre of your data, but it hides how spread out the values are. Two situations with the same average can be totally different in terms of reliability and risk. Measures of dispersion fill that gap by telling you how much the values scatter around the average.

Real-life example

Two coconut farmers in Thrissur both average 200 coconuts per tree per year. Farmer A's trees give 180–220 every season — very steady. Farmer B's trees swing between 50 and 350. Same average, completely different story. Dispersion reveals what the average hides.

Range — the quickest look

Range is the simplest measure of spread: just subtract the smallest value from the largest. Range = Maximum − Minimum. It gives you a fast first idea of how wide the data stretches, but it only uses the two extreme values and ignores everything in between.

Real-life example

At a Kozhikode banana market, the daily price per kg ranges from ₹20 to ₹65. Range = ₹65 − ₹20 = ₹45. One freak price spike during Onam could double the range, even if all the other days were normal — that is its big weakness.

Quartile Deviation — ignoring the extremes

To stop outliers from distorting things, Quartile Deviation (QD) focuses on the middle 50% of the data. Sort your data, find Q1 (the value that marks the bottom 25%) and Q3 (the value that marks the top 75%), then use: QD = (Q3 − Q1) ÷ 2. The extreme values at the top and bottom are ignored completely.

Real-life example

In a village in Kerala, most families earn ₹15,000–₹40,000 a month, but one family earns ₹5 lakh (a wealthy landlord). The Range would be enormous and misleading. QD ignores that outlier and gives you a fair picture of how incomes are spread among the ordinary families.

Mean Deviation — using every value

Mean Deviation uses all the data points, not just the extremes. For each value, you find how far it is from the mean — always as a positive gap (called the absolute deviation). Then you average all those gaps. Formula: MD = Σ|X − X̄| ÷ N. It tells you: on average, how far is each value from the mean?

Real-life example

Five students score 55, 60, 65, 70, 75 (mean = 65). The gaps from the mean are 10, 5, 0, 5, 10. MD = (10 + 5 + 0 + 5 + 10) ÷ 5 = 6 marks. So on average, each student's score is 6 marks away from the class average.

Standard Deviation — the most powerful measure

Standard Deviation (SD) is the most important measure of dispersion. Instead of ignoring the ± sign like Mean Deviation does, it squares each gap (making them all positive), averages the squared values to get the Variance, then takes the square root to get back to the original units. Formula: σ = √(Σ(X − X̄)² ÷ N). Squaring means large deviations are punished heavily — a value that is 10 units away contributes 100 to the sum, not just 10. This makes SD very sensitive to how spread the data really is.

Real-life example

Priya earns exactly ₹35,000 every month — her salary SD is near zero. Her brother Arun is a freelance designer who earns ₹70,000 one month and ₹5,000 the next, but averages ₹35,000. His SD is around ₹20,000. A bank sees the same average for both, but lends to Priya without hesitation because her SD is near zero — she is predictable.

Coefficient of Variation — comparing apples and oranges

You cannot compare the Standard Deviations of two very different data sets directly — the units and scales are different. The Coefficient of Variation (CV) fixes this by turning SD into a percentage of the mean. CV = (σ ÷ X̄) × 100. A lower CV means the data is more consistent and stable; a higher CV means more variability relative to the average.

Real-life example

Rice prices in Kerala have σ = ₹3 on a mean of ₹40/kg → CV = 7.5%. Gold prices have σ = ₹2,000 on a mean of ₹6,000/g → CV = 33%. Even though gold's absolute SD sounds huge, the CV comparison clearly shows gold is far more volatile relative to its own price. That is why investors and traders always use CV to compare risk across different assets.

Notes

Same average, different dispersion: the left dataset is consistent and predictable; the right is volatile. Measures of dispersion reveal what averages hide.

The full picture

Imagine two coconut farmers in Thrissur. Both average a yield of 200 coconuts per tree per year. But Farmer A's trees give between 180 and 220 coconuts — very consistent. Farmer B's trees swing from 50 to 350. Same average, completely different story. This is what Measures of Dispersion reveal: how spread out the values in a dataset are from the central value. Without dispersion, averages can seriously mislead you.

The simplest measure is Range. Range = Maximum value − Minimum value. If the daily price of bananas at a Kozhikode market varies from ₹20 per kg to ₹65 per kg, the range is ₹45. Range is quick to calculate, but it uses only two values — the extremes — and ignores everything in between. One freak outlier (say, a price spike during Onam) can inflate the range and give a wrong impression of typical variability. Still, range is useful for a quick first look.

To avoid outliers distorting the picture, we use Quartile Deviation (also called the semi-interquartile range). First, sort your data and find Q1 (the value at the 25th percentile — below which 25% of observations fall) and Q3 (the value at the 75th percentile). Quartile Deviation = (Q3 − Q1) ÷ 2. This focuses on the middle 50% of the data and ignores extreme values at both ends, making it more reliable when your data has unusual high or low values — for example, in income data where a few very rich households would otherwise distort everything.

Mean Deviation goes a step further by using all the observations. For each data point, you calculate how far it is from the mean (or median), always taking the absolute value (ignoring the + or − sign). Then you average those gaps. Mean Deviation = Σ|X − X̄| ÷ N. For example, if five students in your class score 55, 60, 65, 70, 75 marks (mean = 65), the deviations are 10, 5, 0, 5, 10. Mean Deviation = (10 + 5 + 0 + 5 + 10) ÷ 5 = 6 marks. This tells you: on average, a student's score is 6 marks away from the class mean. Mean Deviation is easy to understand, but ignoring the ± signs is a mathematical shortcut that limits its use in advanced statistics.

Standard Deviation is the most important and widely used measure of dispersion — in your board exam, in future Economics and Statistics courses, and in real business and research. Instead of ignoring the signs, it squares each deviation (making them all positive), averages the squared values to get the Variance, then takes the square root to return to the original units. Formula: σ = √(Σ(X − X̄)² ÷ N). Squaring punishes large deviations heavily — a value 10 units from the mean contributes 100 to the sum, not just 10. This makes Standard Deviation sensitive to how spread out the extremes are, which is exactly what we want.

When you want to compare the variability of two very different datasets — say, the price of rice versus the price of gold — their Standard Deviations cannot be compared directly because the scales are different. That is where the Coefficient of Variation (CV) helps. CV = (σ ÷ X̄) × 100. This expresses Standard Deviation as a percentage of the mean, removing the units. A lower CV means relatively more stable or consistent data. If rice prices have CV = 8% and gold prices have CV = 22%, gold is the more volatile commodity, even if its absolute price fluctuations look large just because gold is expensive.

An Indian example

Priya and her brother Arun both work in Kochi. Priya earns a salary of ₹35,000 every month without fail. Arun works as a freelance graphic designer: some months he earns ₹70,000, other months just ₹5,000, but his annual average works out to about ₹35,000 — same as Priya's. Their father wants to know who can reliably repay a bank loan of ₹15,000 a month. The average income tells him nothing useful. But the Standard Deviation tells the whole story: Priya's monthly income has an SD near zero (no variation at all), while Arun's SD might be around ₹20,000. The bank, looking at dispersion, will offer Priya the loan with no hesitation and think twice about Arun. This is exactly how lenders, investors, and planners use dispersion measures every day.

Common misconceptions to watch for

  • Many students think Range measures the 'average spread' or the middle of the data. It does not — Range is simply Maximum minus Minimum, using only the two extreme values and ignoring every observation in between.
  • Students often treat Standard Deviation and Variance as the same thing. They are not: Variance is the average of squared deviations (its unit is the square of the original unit, e.g., ₹²), while Standard Deviation is the square root of Variance and is expressed in the same unit as the original data (e.g., ₹). Only Standard Deviation is directly comparable with your data values.
  • A very common mistake is assuming that if one dataset has a higher mean than another, it must also have higher dispersion. Mean and dispersion are completely independent — a dataset with a low mean can have a very high Standard Deviation, and a dataset with a very high mean can have nearly zero Standard Deviation (like Priya's salary above).

Questions

Worked example

A Bangalore phone retailer tracks sales for two models over six months. Model X (₹ lakhs): 12, 18, 15, 20, 14, 16. Model Y (₹ lakhs): 16, 17, 16, 17, 16, 18. Model X averages ₹15.83 lakhs and Model Y averages ₹16.67 lakhs — both close to ₹16 lakhs. Calculate range and standard deviation to determine which model has more stable demand for inventory planning.

1 / 6
  1. 1
    Verify the means and observe the data spread visually.
    Model X: sum = 12+18+15+20+14+16 = 95; mean = 95 ÷ 6 ≈ 15.83 lakhs
    Model Y: sum = 16+17+16+17+16+18 = 100; mean = 100 ÷ 6 ≈ 16.67 lakhs
    Both datasets cluster around a similar central value near ₹16 lakhs. Yet visually, Model X shows wider swings (12 to 20), while Model Y varies little (16 to 18). Dispersion measures will quantify this pattern.
Reveal one step at a time. Read each before the next.
Practice

Question 1 of 5 · easy

0 / 0 correct

A textile factory tracks daily production of cotton sarees over a week: 250, 280, 240, 310, 260, 270 sarees. What is the range of daily production?

Quiz

Test yourself — pick an answer, then hit "Check" to see the explanation and your running score.

Quiz

Question 1 of 5 · easy

0 / 5 correct

A textile factory tracks daily production of cotton sarees over a week: 250, 280, 240, 310, 260, 270 sarees. What is the range of daily production?

How sure are you?
Answer to see your score.

Spotted an arithmetic error or unclear explanation? Suggest an edit — we fix things fast.

Correlation →