IQR Fence vs Outlier
Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.
IQR fence (1.5 IQR rule)
Describing data
An IQR fence is a boundary set 1.5 IQRs below the first quartile or above the third quartile, and values outside the fences count as outliers.
The fences mark how far the data can reasonably reach before a value is worth flagging. You place the lower fence at and the upper fence at , finding the quartiles by the median-excluded (TI-84) rule this site uses. If and , then the IQR is 8, , and the fences sit at and , so a value of 35 is an outlier by this rule while 31 is not. The fences are a convention for identifying points that deserve a second look, not proof that anything is wrong with those points.
Outlier
Describing data
An outlier is a data value that lies unusually far from the rest of the distribution.
An outlier is a point that stands apart from the overall pattern of the data. A common rule flags a value as an outlier when it falls below or above , using the first quartile , the third quartile , and the interquartile range. For example, with , , and IQR , any value below or above is an outlier. Outliers can be genuine extreme cases or data-entry errors, so you investigate before removing them.