Quartiles divide a sorted data set into four equal parts, each containing approximately 25% of the observations.
First Quartile (): The 25th percentile; 25% of data is .
Second Quartile (): The 50th percentile, better known as the Median.
Third Quartile (): The 75th percentile; 75% of data is .
It is important to distinguish between the value of a measure and its position in the list.
| Measure | Percentile Equivalent | Data Split |
|---|---|---|
| First Quartile () | 25th Percentile | Bottom 25% vs Top 75% |
| Median () | 50th Percentile | Bottom 50% vs Top 50% |
| Third Quartile () | 75th Percentile | Bottom 75% vs Top 25% |
Always Sort First: Examiners often provide data in random order. Students frequently lose marks by calculating the median or quartiles before sorting.
Check the 'n': When finding the median of halves for quartiles, be careful with odd vs. even counts. For an odd , the median is a specific data point and should be 'covered up' or ignored when looking at the lower and upper halves.
Interpretation: If asked to interpret a percentile, always use the phrase 'less than or equal to'. For example, 'A score at the 90th percentile means 90% of students scored the same as or lower than this score.'
Sanity Check: must always be less than or equal to the Median, and the Median must be less than or equal to .