Interpreting data
Spotting patterns, trends, and outliers
Patterns and trends describe how data values behave as a group - for example, steadily rising, steadily falling, or clustering around certain values. Outliers matter because they can distort summary measures like the mean or the range.
Finding the five-number summary
To find and : order the data, locate the median, then split into a lower half and an upper half. If is odd, exclude the median from both halves; if is even, split evenly. is the median of the lower half and is the median of the upper half.
We order the data, then find the median. We split the data into a lower half and an upper half to find the first and third quartiles. This gives the five-number summary for the data set.
Take the following data set:
There are values, already ordered. The median is the average of the and values:
The lower half is , so:
The upper half is , so:
This gives the five-number summary:
- Minimum (Min) =
- First quartile () =
- Median () =
- Third quartile () =
- Maximum (Max) =
Visual interpretation
Some problems ask you to choose the correct box-and-whisker plot (also called a boxplot) for a given data set. To do that, you need to know how the five-number summary maps onto the picture.
The box spans from to , the median is marked by a line inside the box, and whiskers extend from the box out to the minimum and maximum. Boxplots can be drawn horizontally or vertically; the box still spans from to with the median line inside - only the axis orientation changes.
Here’s what the five-number summary from the previous example looks like as a boxplot. Since no values fall outside the fences, the whiskers extend all the way to the actual minimum and maximum.
This example finds an outlier in a data set using the 1.5 IQR rule. It then compares the mean of all values to the mean without the outlier.
Example: Identify the outlier and compare means
Find the following:
- The outlier
- The mean of all eight values
- The mean of the seven typical values excluding the outlier
Order the data:
First, compute and to find the IQR.
Now apply the rule. A value is an outlier if it exceeds :
- Upper outlier bound:
Since , it is an outlier.
- Mean of all values:
- Mean without outlier:
Answer: The outlier is . The mean of all values is , and the mean without the outlier is approximately .
This example looks for clusters, trends, and outliers in an ordered data set.
Example: Detect trend, clusters, and outliers
Given the following data set, describe any clusters, trends, or outliers.
The data is already ordered from least to greatest.
Clusters: There are two visible clusters - one from to and another from to , with a gap in between.
Outliers: All values fall between and with no extreme gaps from the group, so there are no outliers.
Answer: The data show two clusters (- and -) and no outliers.
Justifying conclusions with data
Strong conclusions point to specific numbers, trends, or features in the display, and they avoid claims the data can’t support. When describing a trend, name the direction and support it with at least one specific value - for example, “visits increased by each month from January () to March ().”
