Section 1
Quartiles and the Importance of Ordering Data
Property
While the "Range" (Maximum - Minimum) tells us the total spread of a data set, it doesn't tell us how the data behaves in the middle. To analyze the spread better, we divide the data into four equal parts called Quartiles.
Before finding any quartiles, the data set MUST be ordered from least to greatest.
- Q2 (Median): The middle of the entire data set.
- Q1 (First Quartile): The median of the lower half of the data.
- Q3 (Third Quartile): The median of the upper half of the data.