Introduction to Dispersion
In statistical analysis, measures of central tendency summarize the dataset with a single value. However, they do not reveal how data points differ from that central value. This is where measures of dispersion are essential they help understand the variability within a dataset.

Dispersion refers to the extent to which data values are spread out or scattered around a central value, such as the mean or median.
Definition: Dispersion is a statistical measure that describes the degree of variation or spread in a set of values.
Objectives of Studying Dispersion
- To assess the consistency or variability in a dataset.
- To support comparative analysis across different datasets.
- To understand patterns related to risk, quality, and inequality in various fields.
Importance in Data Analysis
For example, two students may each score an average of 70 marks. If one always scores 70 while the other scores 90 and 50, their averages are the same, but their score variation is different. Dispersion helps us capture such differences.
Types of Dispersion
Dispersion is broadly classified into:
Type | Characteristics | Units |
---|---|---|
Absolute Measures | Expressed in original units | Same as data |
Relative Measures | Unit-free, suitable for comparison | Percentage (%) or ratio |
Absolute Measures of Dispersion
1. Range
The simplest measure of dispersion.
Formula: Range = Largest value − Smallest value
Example: For data {10, 15, 22, 30}, Range = 30 − 10 = 20
Learn more in our article on Range and Coefficient of Range →
2. Quartile Deviation (Interquartile Range)
Measures the spread of the middle 50% of data and is less sensitive to extreme values.
Formula: Q.D. = (Q3 − Q1) / 2
Coefficient of Quartile Deviation: (Q3 − Q1) / (Q3 + Q1)
Explore in detail in our article on Quartile Deviation →
3. Mean Deviation (Average Deviation)
Calculates the average of absolute differences from a central value (mean, median, or mode).
Formula: MD = Σ|xi − A| / n, where A can be mean, median, or mode.
Explained thoroughly in Mean Deviation →
4. Standard Deviation (SD)
Most commonly used measure. It involves squaring the deviations before averaging.
Formula (Ungrouped data): SD = √[Σ(xi − x̄)² / n]
Variance: σ² = Σ(xi − x̄)² / n
Learn about step-by-step calculation in Standard Deviation →
Relative Measures of Dispersion
1. Coefficient of Dispersion
Used to compare dispersion across datasets with different units.
Measure | Coefficient Formula |
---|---|
Range | (L − S) / (L + S) |
Quartile Deviation | (Q3 − Q1) / (Q3 + Q1) |
Mean Deviation | MD / x̄ |
Standard Deviation | SD / x̄ |
Dive deeper into these in Coefficient of Dispersion →
2. Coefficient of Variation (CV)
Measures relative variability and is useful in comparing consistency.
Formula: CV = (SD / Mean) × 100
Interpretation: A lower CV indicates higher consistency. A higher CV indicates greater variability.
Application: Widely used in finance, manufacturing, and statistical quality control.
Learn application-based examples in Coefficient of Variation →
Conceptual Understanding and Comparison
The suitability of each measure depends on data characteristics and context:
Measure | Best For | Not Suitable When |
---|---|---|
Range | Quick overview | Presence of outliers |
Quartile Deviation | Skewed distributions | Precision is needed |
Mean Deviation | Theoretical purposes | Rarely used in practice |
Standard Deviation | Scientific and business data | Widely applicable |
Coefficient of Variation | Cross-dataset comparison | When mean is zero or near zero |
Conclusion
Measures of Dispersion are crucial for understanding how values in a dataset differ from each other. They add depth to the analysis by explaining variability and consistency. For UGC NET Commerce preparation, it is essential to understand both absolute and relative measures, their formulas, and practical applications.