How do you find the number that corresponds to Quartile 1, when given an even number of scores?

$\begingroup$

If you have an odd number of data values {39, 40, 42, 44, 47, 48, 49, 51, 53}, what is the score that value that corresponds to Quartile 1? In general, I would like to know if you include the median's value (47) in figuring the position of quartile 1.

$\endgroup$ 3

2 Answers

$\begingroup$

Quoting from Wikipedia:

There is no universal agreement on choosing the quartile values.

[...]

Method 1

  1. Use the median to divide the ordered data set into two halves. Do not include the median into the halves.
  2. 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.

This rule is employed by the TI-83 calculator boxplot and 1-Var Stats functions.

Method 2

  1. Use the median to divide the ordered data set into two halves. Include the median into both halves.
  2. 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.
$\endgroup$ $\begingroup$

$Q_1$ would be $41$ (i.e. the median of the lower half of the data). One can include the median value or not. You just have to be consistent. I think most calculators do not include the median.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like