1. Introduction
Variance and Coefficient of Variance (CV) are two important measures of dispersion used in statistics and business analytics.
- Variance quantifies the spread of data points around the mean by taking the average of the squared deviations. It is useful in determining the variability in datasets.
- Coefficient of Variance (CV) is a relative measure of dispersion that expresses the standard deviation as a percentage of the mean. It helps compare variability across different datasets with different units or scales.
Both of these measures are commonly used in finance, quality control, risk assessment, and business analytics to understand fluctuations and consistency in data.
2. Variance
Definition
Variance measures the average squared deviation of each data point from the mean. A higher variance indicates greater dispersion, while a lower variance suggests data points are closely packed around the mean.
Formula for Variance


Where:
- Xi = Each data point
- μ = Population mean
- X̄ = Sample mean
- N = Total number of observations in the population
- n = Total number of observations in the sample
Example Calculation
A company records weekly sales (in ₹ ‘000s) over five weeks:
| Week | Sales (X) |
|---|---|
| 1 | 50 |
| 2 | 60 |
| 3 | 55 |
| 4 | 65 |
| 5 | 70 |
Step 1: Calculate the Mean (X̄) = 50+60+55+65+70 / 5=300 / 5 = 60
Step 2: Find the Squared Deviations
| X | x – X̄ | (X−X̄)2 |
|---|---|---|
| 50 | 50−60 = −10 | 100 |
| 60 | 60−60 = 0 | 0 |
| 55 | 55−60 =−5 | 25 |
| 65 | 65−60 = 5 | 25 |
| 70 | 70−60 = 10 | 100 |
Step 3: Compute Variance

Thus, the sample variance is 62.5.
Advantages of Variance
✔ Provides an accurate measure of data dispersion.
✔ Considers all data points, giving a complete picture of variability.
✔ Useful in finance and economics for risk assessment.
Disadvantages of Variance
❌ Uses squared values, making it difficult to interpret in real-world terms.
❌ Highly sensitive to extreme values (outliers).
3. Coefficient of Variance (CV)
Definition
The Coefficient of Variance (CV) is a relative measure of dispersion that expresses standard deviation as a percentage of the mean. It is useful when comparing datasets with different units or different mean values.
Formula for CV

Where:
- σ = Standard deviation
- X̄ = Mean of the dataset
Example Calculation
From our earlier variance calculation:
- Variance = 62.5
- Standard Deviation (σ) = \sqrt{62.5} = 7.91
- Mean (X̄) = 60

Thus, the Coefficient of Variance is 13.18%, meaning that the standard deviation is 13.18% of the mean sales value.
Advantages of Coefficient of Variance
✔ Useful for comparing variability across different datasets, even with different units.
✔ Expressed as a percentage, making interpretation easier.
✔ Helps in portfolio and risk analysis in finance.
Disadvantages of Coefficient of Variance
❌ Not defined when the mean is zero.
❌ Less useful for datasets with a very small standard deviation.
4. Comparison of Variance and Coefficient of Variance
| Measure | Formula | Best Used For | Interpretation |
|---|---|---|---|
| Variance | s2=∑(X−X̄)2 / n−1 | Risk assessment, quality control | Measures total spread in squared units |
| Coefficient of Variance (CV) | CV=(σ / Xˉ) × 100 | Comparing variability across datasets | Expresses standard deviation as a percentage of the mean |
5. Applications of Variance and CV in Business Statistics
(i) Financial Risk Analysis
In investment and stock market analysis, higher variance means higher risk. The CV helps compare the risk-reward ratio of different stocks.
(ii) Quality Control in Manufacturing
Companies use variance to measure product consistency. A high variance in product weight or size indicates quality issues.
(iii) Employee Salary Distribution
HR professionals use CV to compare salary distributions across different departments. A high CV suggests wage disparity, while a low CV indicates consistency.
(iv) Market Demand Analysis
Businesses analyze sales variance to predict market fluctuations. If demand variance is high, companies may need better inventory management strategies.
6. Conclusion
Variance and Coefficient of Variance are key statistical tools that help analyze data variability and risk. Variance provides an absolute measure of spread, while CV expresses dispersion relative to the mean, making it more useful for comparisons. Both are widely used in finance, economics, manufacturing, and business analytics to assess stability and predict risks.