The median cut the dataset in half to find the middle of the data. Quartiles cut the dataset into quarters.
The 1st quartile is the value separating the lowest (and first) quarter of the data from the second quarter.
The 2nd quartile is the value separating the second quarter from the third. Note that this is also the median.
The 3rd quartile is the value separating the third quarter from the fourth.
When we separated the data into quarters, we created 5 values that describe the data. We call these values the 5-number Summary. The 5 numbers are:
When finding the 5-number summary, it is helpful to:
| Minimum | Q1 | Median | Q3 | Maximum |
|---|---|---|---|---|
(These are not required steps, but if you are struggling, they are good steps to get started.)
Percentiles are very similar to quartiles.
| Quartiles | Percentiles |
|---|---|
| Quartiles divide the data into quarters. | Percentiles divide the data into cents (meaning into hundredths). |
| The 1st quartile is where you are above the lowest quarter of the data. The 3rd quartile is where you above the lowest three quarters of the data. |
The 32th percentile is where you are above the lowest 32\% of the data. The 94th percentile is where you are above the lowest 94\% of the data. |
There are some common points between quartiles and percentiles. For example,
In this class, this is about as far as we need to go with percentiles. They are very useful and you should have a basic understanding of them. But we are only going to work with quartiles in this class.
There are a few different ways to calculate quartiles. Different software calculates the quartiles differently. The method we learned here is the method used by the TI-83/TI-84. However, it is useful to see how it is done with other technologies.
For homework and exams, we will stick with the TI-84 method as we learned. So if you have a different calculator, then be sure you know how to do this method by hand.
Excel does not calculate quartiles like we did in class. It interpolates between values, then finds the 25th percentile. For example, if your dataset is {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, then
It is important to be aware of this as these results may differ from the results of a TI-84.
There are 3 different functions
=quartile.inc([array],[quartile])
=quartile.exc([array],[quartile])
=quartile([array],[quartile])
quartile.exc calculation