The Interquartile Range (IQR) is a statistical measure that describes the spread of the middle 50% of a dataset. By focusing on the central portion of the data, the IQR provides a clear view of variability without being overly influenced by extreme values or outliers.
Data dispersion measures such as range and standard deviation are often distorted by unusually high or low values. The IQR solves this issue by using quartiles, making it a robust tool for analysing datasets where outliers are present. It is commonly used in descriptive statistics, quality control, and data analysis.
Formula: IQR = Q3 − Q1
This represents the range of the middle 50% of values.
The IQR is vital for understanding variability in datasets, especially when outliers could mislead conclusions. By focusing on the central spread, it allows analysts and decision-makers to work with reliable insights.