No menu items!

How to get Five Number Summary for Even & Odd Number of Data

-

The five number summary is a set of five quantities associated with a data set that allows us to obtain an overall understanding of the distribution of data values. It consists of the following five pieces of information:

  1. Lowest Value.
  2. Lower Quartile.
  3. Median.
  4. Upper Quartile.
  5. Highest Value.

The procedure to find the quartiles and the median is different depending on whether the number of data values (denoted by N) is odd or even hence the procedure to obtain five number summary is different in both cases.

The lowest and highest values can clearly be found by inspection so we need to explain how to find the median and the quartiles depending on whether N is odd or even. The data must first be arranged in ascending order before applying the procedure explained below.

Five Number Summary for Odd Number of Data Values:

  1. If N is odd, the median can be found by the formula,
    • Median = [(N+1)/2]th term.
  2. The lower and upper quartiles can be obtained using the formulae,
    • Q1 = [(N+1)/4]th term.
    • Q3 = [3(N+1)/4]th term.
  3. If the value (N+1)/4 turns out to be fractional then we can estimate it to the nearest whole integer lying above it.

Example:

Consider the following list of data values: 12, 13, 18, 19, 21, 22, 26, 27, 32, 33, 36, 42, 45.

Here N = 13 (odd). The five number summary is as follows,

  1. Lowest Value = 12.
  2. Q1 = [(N+1)/4]th term = (14/4) th term = 3.5th term =4th term = 19.
  3. Median = [(N+1)/2]th term = 7th term = 26.
  4. Q3 = [3(N+1)/4]th term = 10.5th term = 11th term = 36.
  5. Highest value = 45.

Five Number Summary for Even Number of Data Values:

  1. If N is even, the median can be found by the formula,
    • Median =1/2*[(N/2)th term+(N/2 + 1)th term].
  2. The lower and upper quartiles can be obtained using the formulae,
    • Q1 = [N/4]th term.
    • Q3 = [3N/4]th term.

Example:

Consider the following list of data values: 102, 111, 116, 123, 124, 126, 134, 138.

Here N = 8 (even). The five number summary is as follows,

  1. Lowest Value = 102.
  2. Q1 = [N/4]th term = 2nd term = 111.
  3. Median =1/2*[(N/2)th term+(N/2 + 1)th term] = 1/2*[4th term + 5th term] = 123.5
  4. Q3 = [3N/4]th term = 6th term = 126.
  5. Highest value = 138.

Share this article

Recent posts

Popular categories

Recent comments