Formula & Calculator
Range (Statistics)
Measures the spread of a dataset as the difference between its largest and smallest values.
Interpretation
Range = Max − Min. Simplest measure of spread. Sensitive to outliers. Used for quick variability assessment. Limited use in advanced statistics.
Variables
| Symbol | Quantity | Unit |
|---|---|---|
| Range | Range of the data | |
| Max | Maximum value | |
| Min | Minimum value |
What it means
The range is the difference between the largest and smallest values in a dataset. It is the simplest measure of dispersion, giving an idea of the total spread of the data. However, it is highly sensitive to outliers and only considers two extreme points, ignoring the distribution of the rest of the data. Despite its limitations, the range is easy to calculate and is useful for quick checks, for quality control (e.g., R‑charts), and for preliminary data exploration. In descriptive statistics, it is often reported alongside the mean or median. For more robust measures, the interquartile range or standard deviation are preferred. Understanding the range is a first step in describing variability.
Worked example
Range – Two Examples
Real‑World| Parameter | Value |
|---|---|
| Max | 95 |
| Min | 60 |
| Parameter | Value |
|---|---|
| Max | 15 |
| Min | 5 |
Common mistakes
- Max and Min: Find the largest and smallest values in the dataset.
- Units: The range has the same units as the data.
- Sensitivity: The range is highly sensitive to outliers.
- Not robust: Does not give information about the distribution’s spread in the middle.
- Alternative: For a better spread measure, use IQR or standard deviation.
Applications
The range is the difference between the maximum and minimum values in a dataset, giving a quick measure of spread. It is the simplest measure of variability, used for preliminary data exploration and for control charts (e.g., R‑chart). Engineers use range to monitor process dispersion, to set tolerance limits, and to check data consistency. In sports, it shows the spread of scores. In finance, it indicates price volatility over a period. Despite its simplicity, the range is sensitive to outliers and does not use all data points, so it is often supplemented with other measures. By calculating the range, professionals can quickly gauge the extent of variation and identify potential anomalies, aiding in initial quality assessment.
- Quality control – range charts for process monitoring
- Data validation – identifying outliers and data entry errors
- Sports and performance – spread of scores or times
- Financial analysis – daily price range
- Exploratory data analysis – quick variability check
Frequently Asked Questions
Range = Max – Min. It is the simplest measure of dispersion, indicating the total spread of the data from the smallest to the largest value.
It is extremely sensitive to outliers and depends only on the two extreme values, ignoring the distribution of the rest of the data. It can give a misleading picture of variability.
It is useful for quick checks, quality control (e.g., control charts), and for describing the spread when the dataset is small and distribution is roughly symmetric.
As n increases, the range tends to increase because there is a higher chance of sampling more extreme values. It is not a stable estimator of spread.
For roughly normally distributed data, the standard deviation can be approximated as σ ≈ Range / 4 (or Range/6 for larger samples). This is a rough estimate used in preliminary analysis.
It gives a quick sense of the minimum and maximum values and is often reported alongside measures like the mean and median to provide context.
The range covers the entire dataset; the IQR covers only the middle 50%, making it robust to outliers. IQR is preferred for skewed data.
Often, you report the range with a caveat about outliers, or you use the trimmed range (e.g., range after removing a certain percentage of extremes) for a more robust picture.
If all values are identical, then Range = 0, indicating no variability.
Meteorologists often report the daily temperature range (high – low) as a simple measure of daily temperature variability.