The Range is one of the simplest statistical measures used to describe the spread or dispersion of values in a dataset. It is calculated by subtracting the smallest value from the largest value. While it provides a quick understanding of variability, it should be used cautiously, as it is highly influenced by extreme values or outliers.
As one of the earliest and most intuitive measures of variability, the Range is commonly introduced in introductory statistics. It offers a fast and straightforward way to assess how widely values are spread in a dataset. However, because it only considers two data points—the maximum and minimum—it does not represent how the rest of the data is distributed. This limitation makes it less reliable for datasets with large fluctuations or skewed distributions. Despite this, the Range remains useful for quick exploratory analysis and initial data comparisons.
The Range can be determined through three simple steps:
Range = Maximum Value − Minimum Value
This calculation gives a single number that represents the total spread of the data. However, since the Range depends entirely on two extreme points, even one outlier can greatly exaggerate or distort its meaning.
The Range is often used during exploratory data analysis for quick comparisons between datasets or groups.
Example: If the highest test score in a class is 96 and the lowest is 62, the Range is
The Range provides a simple measure of variability but offers limited insight into data distribution. Because it ignores all intermediate values, it can be misleading in datasets with outliers or uneven spreads. For more detailed and robust analysis, alternatives such as the Interquartile Range (IQR), variance, or standard deviation are preferred.