The online Interquartile Range Calculator is used to calculate the interquartile range of a set of numbers.
In descriptive statistics, the interquartile range (IQR) is a measure of statistical dispersion, being equal to the difference between the third and first quartiles. It is also called the midspread or middle fifty.
The first quartile, also called lower quartile, is equal to the data at the 25th percentile of the data. The third quartile, also called upper quartile, is equal to the data at the 75th percentile of the data.
There are several different methods for calculating quartiles. This calculator uses a method described by Moore and McCabe to find quartile values. The same methord also used by The TI-83 to calculate quartile values. With this method, the first quartile is the median of the numbers below the median, the third quartile is the median of the numbers above the median.
The following is the interquartile range calculation formula:
IQR = Q3 - Q1
where:
IQR = interquartile range
Q3 = third quartile
Q1 = first quartile