Coefficient of Variation: Compare Consistency Between Two Series
Learn coefficient of variation with formula, solved examples, interpretation rules, and common mistakes when comparing consistency between two series.
- 11th
- Economics
Two series can have impressive averages and still behave very differently.
One student may score around 75 in every test. Another may also have an average near 75, but the marks may jump from very high to very low. One shop may have steady daily sales. Another may have bigger sales on some days and very weak sales on others. If we look only at the average, both may appear similar. But their consistency is not the same.
That is where coefficient of variation becomes useful.
Coefficient of variation compares the spread of a series with its average. It helps you answer a very practical question:
Once you understand that one idea, the formula becomes much easier to remember.
What Coefficient of Variation Means
Coefficient of variation, usually written as CV, is a relative measure of dispersion.
This means it does not only look at how much the values are spread out. It looks at how large that spread is in relation to the average of the series.
The formula is:
Coefficient of Variation = (Standard Deviation / Arithmetic Mean) x 100
Or, in shorter form:
CV = (SD / Mean) x 100
Here:
| Term | Meaning |
|---|---|
| Standard Deviation | The absolute spread of values around the mean |
| Mean | The average value of the series |
| Coefficient of Variation | Spread as a percentage of the mean |
If CV is low, the values are close to the average. That series is more consistent.
If CV is high, the values are more scattered around the average. That series is less consistent.
The One Rule You Must Remember
The most important rule is simple:
Lower coefficient of variation = more consistency
Higher coefficient of variation = less consistency
Students often reverse this by mistake. They see a bigger percentage and assume it must be better. But CV measures variation. More variation means less steadiness.
This rule is useful for comparing marks, wages, prices, output, sales, rainfall, production, expenses, and many other numerical series.
Why Standard Deviation Alone Is Not Always Enough
Standard deviation tells us how far values are spread from the mean. It is an important measure, but it is an absolute measure.
That means it carries the unit of the data. If the data is in rupees, the standard deviation is in rupees. If the data is in marks, the standard deviation is in marks.
This is fine when two series have the same average or a very similar average. But when the averages are different, standard deviation alone can mislead you.
Look at this example:
| Series | Mean | Standard deviation |
|---|---|---|
| A | 20 | 4 |
| B | 100 | 10 |
If you look only at standard deviation, Series A seems more consistent because 4 is less than 10.
But compare the spread with the average.
CV of A = (4 / 20) x 100 = 20%
CV of B = (10 / 100) x 100 = 10%
Series B has a higher standard deviation, but it has lower variation in relation to its mean. So Series B is more consistent.
This is the main reason CV is used for comparing two series.
Coefficient of Standard Deviation and CV
Some questions use the term coefficient of standard deviation before coefficient of variation.
The connection is very direct:
Coefficient of Standard Deviation = Standard Deviation / Mean
And:
Coefficient of Variation = Coefficient of Standard Deviation x 100
So if the coefficient of standard deviation is 0.12, the coefficient of variation is:
0.12 x 100 = 12%
The meaning remains the same. A lower value shows greater consistency.
When Should You Use Coefficient of Variation?
Use coefficient of variation when a question asks you to compare consistency, stability, variability, or uniformity between two or more series.
It is especially helpful when the means are different.
For example:
| Situation | Why CV helps |
|---|---|
| Comparing marks of two classes | It shows which class has steadier performance |
| Comparing wages in two firms | It shows which wage series has less relative variation |
| Comparing sales of two products | It shows which product sells more consistently |
| Comparing rainfall in two regions | It shows which region has more stable rainfall pattern |
| Comparing output of two machines | It shows which output series is more uniform |
The key word is not always “consistency.” Questions may also ask:
- Which series is more stable?
- Which series is more uniform?
- Which series has greater variability?
- Which series shows less fluctuation?
All these questions are pointing toward the same comparison.
Solved Example 1: Mean and Standard Deviation Are Given
Suppose the mean and standard deviation of two series are:
| Series | Mean | Standard deviation |
|---|---|---|
| A | 40 | 5 |
| B | 50 | 6 |
Find which series is more consistent.
First calculate CV for Series A:
CV of A = (SD / Mean) x 100
CV of A = (5 / 40) x 100
CV of A = 12.5%
Now calculate CV for Series B:
CV of B = (SD / Mean) x 100
CV of B = (6 / 50) x 100
CV of B = 12%
Now compare:
| Series | CV |
|---|---|
| A | 12.5% |
| B | 12% |
Series B is more consistent because its coefficient of variation is lower.
Notice something important. Series B has a higher standard deviation, but it is still more consistent because its mean is also higher. CV gives a fairer comparison because it compares spread with the base average.
Solved Example 2: Finding CV From Individual Values
Now let us calculate CV from raw data.
Two products have the following daily sales:
| Day | Product A | Product B |
|---|---|---|
| 1 | 38 | 52 |
| 2 | 40 | 60 |
| 3 | 42 | 68 |
| 4 | 39 | 50 |
| 5 | 41 | 70 |
We have to find which product has more consistent sales.
Step 1: Find Mean of Product A
Mean of A = (38 + 40 + 42 + 39 + 41) / 5
Mean of A = 200 / 5
Mean of A = 40
Now calculate deviations from mean:
| X | d = X - 40 | d square |
|---|---|---|
| 38 | -2 | 4 |
| 40 | 0 | 0 |
| 42 | 2 | 4 |
| 39 | -1 | 1 |
| 41 | 1 | 1 |
| Total | 10 |
Standard deviation of A = Square root of (10 / 5)
Standard deviation of A = Square root of 2
Standard deviation of A = 1.41
Now find CV:
CV of A = (1.41 / 40) x 100
CV of A = 3.53%
Step 2: Find Mean of Product B
Mean of B = (52 + 60 + 68 + 50 + 70) / 5
Mean of B = 300 / 5
Mean of B = 60
Now calculate deviations from mean:
| X | d = X - 60 | d square |
|---|---|---|
| 52 | -8 | 64 |
| 60 | 0 | 0 |
| 68 | 8 | 64 |
| 50 | -10 | 100 |
| 70 | 10 | 100 |
| Total | 328 |
Standard deviation of B = Square root of (328 / 5)
Standard deviation of B = Square root of 65.6
Standard deviation of B = 8.10
Now find CV:
CV of B = (8.10 / 60) x 100
CV of B = 13.5%
Step 3: Compare the CV Values
| Product | Mean | Standard deviation | CV |
|---|---|---|---|
| A | 40 | 1.41 | 3.53% |
| B | 60 | 8.10 | 13.5% |
Product A has more consistent sales because its CV is lower.
Product B has a higher average, but its sales fluctuate more in relation to that average.
When the Means Are the Same
If two series have the same mean, then comparing standard deviation is usually enough.
For example:
| Series | Mean | Standard deviation |
|---|---|---|
| A | 70 | 4 |
| B | 70 | 10 |
Since both means are 70, the lower standard deviation already tells us that Series A is more consistent.
The CV will lead to the same conclusion:
CV of A = (4 / 70) x 100 = 5.71%
CV of B = (10 / 70) x 100 = 14.29%
Series A is more consistent.
So remember this:
| Condition | Best comparison |
|---|---|
| Means are same or very close | Standard deviation can be enough |
| Means are different | Coefficient of variation is better |
In most consistency questions, CV is the expected comparison because it gives a relative measure.
How to Write the Final Answer
Many students calculate correctly but lose clarity in the final line. Your conclusion should be direct.
Use this format:
Since Series A has a lower coefficient of variation than Series B, Series A is more consistent.
Or:
Series B is less variable because its coefficient of variation is lower.
If the question asks which series has greater variability, choose the higher CV instead.
Higher CV = greater variability
Lower CV = greater consistency
Do not write vague conclusions such as “Series A is better” unless the question uses the word better. In statistics, better depends on what is being measured.
Common Mistakes Students Make
The calculation is short, but the interpretation needs care.
| Mistake | Why it is wrong |
|---|---|
| Choosing the series with higher mean | Mean shows average, not consistency |
| Choosing the series with lower SD without checking means | SD is absolute, not relative |
| Forgetting to multiply by 100 | CV is usually expressed as a percentage |
| Saying higher CV means more consistency | Higher CV means more variation |
| Mixing units in the final answer | CV is a percentage, not rupees or marks |
| Writing only numbers without conclusion | The question asks for comparison, not just calculation |
What If the Mean Is Zero or Very Small?
Coefficient of variation divides standard deviation by the mean. So if the mean is zero, CV cannot be calculated in the usual way.
If the mean is very close to zero, the CV may become unusually large and may not give a sensible comparison.
For normal school-level examples such as marks, wages, prices, output, sales, or income, the mean is usually positive and meaningful. In such questions, CV works well.
This small point helps you understand the formula instead of memorising it blindly. The mean is not just a number in the denominator. It is the base against which variation is being judged.
A Quick Decision Checklist
Before solving a question on coefficient of variation, ask these questions:
- Does the question ask about consistency, stability, uniformity, or variability?
- Are two or more series being compared?
- Are mean and standard deviation given, or can they be calculated?
- Are the means different enough that relative comparison matters?
- After calculating CV, did I choose lower CV for consistency and higher CV for variability?
If the answer to the first three questions is yes, CV is almost certainly the right tool.
Practice Questions
Try these before checking the answers.
Question 1
Series A has mean 80 and standard deviation 8. Series B has mean 60 and standard deviation 9. Which series is more consistent?
Solution:
CV of A = (8 / 80) x 100 = 10%
CV of B = (9 / 60) x 100 = 15%
Series A is more consistent because its CV is lower.
Question 2
Two workers have the following weekly output:
| Worker | Average output | Standard deviation |
|---|---|---|
| X | 100 units | 12 units |
| Y | 150 units | 15 units |
Which worker is more uniform in output?
Solution:
CV of X = (12 / 100) x 100 = 12%
CV of Y = (15 / 150) x 100 = 10%
Worker Y is more uniform because the CV is lower.
Question 3
Series P has CV 18%. Series Q has CV 11%. Which series has greater variability?
Solution:
Series P has greater variability because its CV is higher.
Series Q is more consistent because its CV is lower.
The Core Idea in One Minute
Coefficient of variation is not difficult if you connect it with common sense.
Standard deviation tells you the spread. Mean tells you the base. CV compares the spread with the base.
That is why two series can have different standard deviations and still surprise you when you compare their CV values. A standard deviation of 10 may be large for a series with mean 20, but small for a series with mean 200.
So the real question is:
How big is the spread compared with the average?
That question is exactly what coefficient of variation answers.
Frequently Asked Questions
What is coefficient of variation in simple words?
Coefficient of variation shows how much a series varies in relation to its average. It is calculated by dividing standard deviation by mean and multiplying by 100.
What is the formula for coefficient of variation?
The formula is:
Coefficient of Variation = (Standard Deviation / Mean) x 100
It is usually written as a percentage.
Which series is more consistent?
The series with the lower coefficient of variation is more consistent. Lower CV means the values are less spread out in relation to the average.
Does higher coefficient of variation mean better consistency?
No. Higher coefficient of variation means higher relative variation, so the series is less consistent.
Why do we use coefficient of variation instead of standard deviation?
Standard deviation gives absolute spread. Coefficient of variation gives relative spread. CV is better when two series have different means and we need a fair comparison of consistency.
If two series have the same mean, should I still calculate CV?
You can, but standard deviation will usually give the same conclusion. When the means are same, the series with lower standard deviation will also have lower CV.
Can coefficient of variation be zero?
Yes. If standard deviation is zero, all values are the same. In that case, CV is zero and the series is perfectly consistent.
What happens if the mean is zero?
If the mean is zero, the usual CV formula cannot be used because division by zero is not possible. If the mean is very small, CV may also become misleading.
How should I write the conclusion in an answer?
Write it clearly: “Series A is more consistent because it has a lower coefficient of variation.” This final line is important because the question asks for comparison.
Looking for commerce tuitions?
Prachi is a gold-medalist commerce teacher with experience at Deloitte and KPMG. She focuses on fundamentals to build a strong foundation.