Find the quartiles and interquartile range (IQR) of a data set. Enter the numbers separated by commas.
Usage Tip
Unlike range, the IQR ignores extreme values — it is the basis of the box in a box-and-whisker plot.
IQR = Q3 − Q1
The interquartile range is the spread of the middle half, a measure of variability resistant to outliers.
Q1 and Q3 are the medians of the lower and upper halves.
The IQR is used to detect outliers (beyond 1.5 times IQR past a quartile).
