8 Quartiles
8 Quartiles
Quartiles are the values that divide a list of numbers into quarters.
Like this:
Example: 5, 8, 4, 4, 6, 3, 8
Put them in order: 3, 4, 4, 5, 6, 8, 8
Cut the list into quarters:
Quartile 1 (Q1) = 4
Quartile 3 (Q3) = 8
Sometimes a "cut" is between two numbers ... the Quartile is the average of the two
numbers.
Example: 1, 3, 3, 4, 5, 6, 6, 7, 8, 8
The numbers are already in order
Q2 = (5+6)/2 = 5.5
And the result is:
Quartile 1 (Q1) = 3
Quartile 3 (Q3) = 7
Interquartile Range
The "Interquartile Range" is from Q1 to Q3:
Example:
Q3 - Q1 = 8 - 4 = 4
Also:
So now we have enough data for the Box and Whisker Plot:
Q3 - Q1 = 15 - 4 = 11