1 Definition and basic concept

Range is a simple statistical measure of spread. It describes how far apart the smallest and largest values in a data set are. Because it uses only two observations, it is easy to compute and useful for a quick first impression of variability.

1.1 Mathematical definition

For a finite set of numerical values, the range is defined as the difference between the maximum value and the minimum value. If the largest observation is denoted by max and the smallest by min, then the range equals max minus min. The result is expressed in the same units as the original data.

1.2 Range as a measure of dispersion

As a measure of dispersion, range indicates the overall span of the data. A small range suggests that values are clustered closely together, while a large range suggests a wider spread. In practice, it is often used as a preliminary summary before more detailed measures are examined.

1.3 Distinction from other uses of the term

The word range has several other meanings outside this statistical sense. It may refer to an interval of possible values, a domain of operation, or the distance a quantity can cover. In mathematics and computer science, it can also denote the set of outputs produced by a function.

2 Calculation

Range is calculated by identifying the extreme values in a data set and taking their difference. The method is straightforward, which makes it common in introductory statistics and quick comparisons of measurements.

2.1 Formula

The basic formula is:

Range = maximum value - minimum value

This formula applies to any ordered collection of numerical values. When the data are grouped or summarized, the same principle is used, though the values may be estimated from class limits or reported summaries.

2.2 Examples of calculation

If a set of values is 3, 7, 8, 10, and 15, the minimum is 3 and the maximum is 15. The range is 12.

If another set is 24, 24, 25, 26, and 27, the minimum is 24 and the maximum is 27. The range is 3.

These examples show that repeated values do not affect the calculation unless they change the largest or smallest observation.

2.3 Interpreting the result

A computed range should be read as a simple width of the data, not as a complete description of variability. A larger number means the values extend over a greater interval, but it does not reveal how the data are distributed within that interval. Two sets can have the same range and still differ greatly in internal structure.

3 Properties

Range has several useful mathematical features, but its simplicity also creates limitations. It responds directly to the most extreme observations and ignores all intermediate values except insofar as they alter the minimum or maximum.

3.1 Sensitivity to outliers

Because range depends only on the two extreme values, a single unusually large or small observation can change it substantially. This makes the measure sensitive to outliers. In data sets with occasional extreme values, the range may overstate typical variability.

3.2 Dependence on sample size

The observed range often increases as the sample size grows, even when the underlying population variability is unchanged. Larger samples have a better chance of capturing more extreme values. For this reason, ranges from samples of different sizes are not always directly comparable without caution.

3.3 Relationship to minimum and maximum values

The range is entirely determined by the minimum and maximum. If either extreme changes, the range changes immediately. All other values may vary without affecting it, provided they do not become new extremes. This feature makes the measure easy to compute but limited in scope.

4 Applications in applied sciences

Range is widely used where a quick assessment of spread is needed. It appears in classroom exercises, laboratory work, manufacturing checks, and exploratory data analysis.

4.1 Statistics and data analysis

In statistics, range serves as an introductory measure of dispersion. Analysts may use it to compare the overall spread of several small data sets or to obtain a first look at variability before calculating more detailed summaries. It is also common in descriptive reports where brevity is important.

4.2 Quality control

In quality control, range can help summarize variation among repeated measurements or production outputs. Inspectors may track the difference between the smallest and largest item in a batch to see whether results remain within acceptable limits. This use is especially common when quick monitoring is more important than fine-grained analysis.

4.3 Engineering measurements

Engineers may use range to evaluate fluctuation in measured values such as dimensions, pressures, or signal readings. It can indicate whether a process is stable enough for practical use. In many technical settings, range is considered alongside tolerances, since the allowable spread may be more important than the exact central value.

4.4 Experimental science

In experimental science, range can summarize repeated observations from a trial or instrument. It may help identify whether measurements are tightly grouped or highly variable. Researchers often use it as one of several descriptive tools, especially in early stages of investigation or when reporting small samples.

Several related ideas build on the same notion of spread, but they emphasize different parts of the data or appear in different disciplines. These concepts are sometimes called ranges in ordinary language, though their technical meanings differ.

5.1 Range in a data set

In a data set, range usually means the simplest possible spread measure: the distance between the highest and lowest values. This is the statistical meaning most commonly used in introductory contexts. It is distinct from summaries that describe central tendency or distribution shape.

5.2 Interquartile range

The interquartile range is the difference between the third quartile and the first quartile. It describes the spread of the middle half of the data and is less affected by extreme values than the full range. Because of this, it is often preferred when robustness is important.

5.3 Functional and domain range

In mathematics, the range of a function refers to the set of output values it can produce. This is different from the statistical range, which measures spread in a list of numbers. The term may also be used for the domain of practical operation of a device or system, meaning the interval in which it functions effectively.

6 Limitations

Although range is easy to understand, it has major weaknesses as a descriptive statistic. Its usefulness is greatest when speed and simplicity matter more than precision.

6.1 Lack of robustness

Range is not robust because it changes sharply when the smallest or largest value changes. A single recording error can distort it. In data sets with erratic observations, it may give a misleading picture of typical variation.

6.2 Insufficient description of distribution

Range says nothing about how values are arranged between the endpoints. Two sets with identical ranges may have very different shapes, clusters, or centers. As a result, range cannot by itself describe symmetry, concentration, or the presence of gaps.

6.3 Comparison with other dispersion measures

Other measures of spread, such as variance, standard deviation, and interquartile range, provide more detailed information. Variance and standard deviation use all data values, while interquartile range focuses on the middle portion and resists outliers. Range remains useful for its simplicity, but it is rarely adequate as the sole summary of variability.

7 Examples and practice

Examples help show how range works in small data sets and in practical measurement contexts. They also illustrate why interpretation depends on the setting in which the data were collected.

7.1 Small data sets

For the set 5, 9, 12, the minimum is 5 and the maximum is 12, so the range is 7. For the set 18, 18, 19, 22, the range is 4. In each case, the calculation is immediate, but the result does not reveal whether the values are evenly spaced or clustered.

7.2 Real-world measurement sets

Suppose a series of temperatures recorded during a short period runs from 16 to 21 degrees. The range is 5 degrees, which indicates moderate fluctuation. If another series runs from 16 to 30 degrees, the larger range suggests more variation, though the source of that variation may need further investigation.

7.3 Interpreting range in context

The meaning of a range depends on the type of measurement and the purpose of the analysis. In a laboratory, a small range may indicate consistency; in a survey, it may simply reflect a narrow scale. Proper interpretation requires attention to units, sample size, measurement error, and the nature of the data.