Summary statistics for the sizes (in acres) of land parcels are
| Mean | StDev | Min | Median | Max | |||
|---|---|---|---|---|---|---|---|
(a) Is this distribution symmetric or skewed?
(b) Use the rule to decide whether there are outliers.
(c) What extra information would you need to draw the complete boxplot?
(a) Compare the mean with the median. In a symmetric distribution the two nearly coincide. Here
which is large compared with the interquartile spread. The mean is pulled above the median, the signature of a right-skewed (positively skewed) distribution.
(a) Confirm with the distances to the extremes. The maximum sits above the median, while the minimum is only below it — a long right tail against a short left one. Note also that the standard deviation is almost as large as the mean, another hallmark of skewed, non-negative data.
(b) Compute the interquartile range. The IQR measures the spread of the middle half of the data and, unlike the standard deviation, is not itself inflated by the extreme values you are testing:
(b) Build the two fences. The rule places boundaries one and a half interquartile ranges beyond the quartiles:
A negative lower fence is perfectly normal for a quantity that cannot be negative; it simply means no small value can qualify as an outlier.
(b) Test the extreme values against the fences. The minimum lies comfortably inside the lower fence , so there are no low outliers. The maximum far exceeds the upper fence — it is more than interquartile ranges above — so there is at least one high outlier.
(c) Say what the summary cannot tell you. The five-number summary fixes the box (, median, ) and shows that must be plotted as an individual outlier point. What it does not reveal is where the upper whisker stops, because the whisker must end at the largest observation that is still below , and that value is not in the table. You would need the individual data values (or at least the largest non-outlying one) — and the same question applies to any other values between and .
Need to solve a different problem like this? Open the solver →