Home » Ask & Discuss » Mathematics. » Algebra « Back to Discussion
Algebra
Comments (4)
Definitions
- first quartile (designated Q1) = lower quartile = cuts off lowest 25% of data = 25th percentile
- second quartile (designated Q2) = median = cuts data set in half = 50th percentile
- third quartile (designated Q3) = upper quartile = cuts off highest 25% of data, or lowest 75% = 75th percentile
The difference between the upper and lower quartiles is called the interquartile range.
Computing methods
There is no universal agreement on choosing the quartile values.
The formula for the position of the observation at a given percentile, y, with n data points sorted in ascending order is:
Example
One possible rule (employed by the TI-83 calculator boxplot and 1-Var Stats functions) is as follows:
- Use the median to divide the ordered data set into two halves. Do not include the median into the halves.
- The lower quartile value is the median of the lower half of the data. The upper quartile value is the median of the upper half of the data.
The examples below assume this rule. Another possible rule would be to include the median in the halves when calculating the quartiles. This would give significantly different answers to the examples.
Example 1
Data Set: 6, 47, 49, 15, 42, 41, 7, 39, 43, 40, 36
Ordered Data Set: 6, 7, 15, 36, 39, 40, 41, 42, 43, 47, 49

Example 2
Ordered Data Set: 7, 15, 36, 39, 40, 41

Example 3
Ordered Data Set: 1 2 3 4

The quartile deviation is half the difference between the upper and lower quartiles in a distribution. It is a measure of the spread through the middle half of a distribution. It can be useful because it is not influenced by extremely high or extremely low scores. Quartile Deviation is an ordinal statistic and is most often used in conjunction with the median.














The quartile deviation is also called semi-quartile range. It is defined as the amount of dispersion present in the middle of 50% of the values. The equation given by:
(Q3 - Q1)/2=QD
Where:
QD= the quartile deviation
Q1= the first quartile
Q3= the third quartile