Quartiles
- •
What it is
- •
the three values that divide a sorted data set into 4 equal-sized sections (Q1 = 25th percentile, Q2 = median/50th percentile, Q3 = 75th percentile)
- •
- •
- •
Example
- •
for sorted scores: falls at position (between the 10th and 11th values), at position (between the 21st and 22nd), at position (between the 31st and 32nd)
- •
- •