Statistics - Arithmetic Median of Continous Series



Advertisements


When data is given based on ranges alongwith their frequencies. Following is an example of continous series:

Items0-55-1010-2020-3030-40
Frequency251312

Formula

$Median = {L} + \frac{(\frac{n}{2}\ -\ c.f.)}{f} \times {i}$

Where −

  • ${L}$ = Lower limit of median class, median class is that class where $\frac{n}{2}^{th}$ item is lying.

  • ${c.f.}$ = Cumulative frequency of the class preceding the median class.

  • ${f}$ = Frequency of median class.

  • ${i}$ = Class interval of median class.

Arithmetic Median is a useful measure of central tendency in case the data type is nominal data. Since it is a positional average, it does not get affected by extreme values.

Example

Problem Statement:

In a study conducted in an organization, the distribution of income across the workers is observed. Find the the median wage of the workers of the organization.

  • 06 men get less than Rs. 500

  • 13 men get less than Rs. 1000

  • 22 men get less than Rs. 1500

  • 30 men get less than Rs. 2000

  • 34 men get less than Rs. 2500

  • 40 men get less than Rs. 3000

Solution:

Given are the cumulative frequencies of the workers. Hence we first find the simple frequency and present the data in tabular form.

Income
(rs.)
M.P.
m
Frequency
f
(m-1250)/500
d
fdc.f
0 - 5002506-2-126
500 - 10007507-1-713
1000 - 1500125090022
1500 - 2000175081830
2000 - 2500225042834
2500 - 30002750631840
  N = 40 ∑ fd = 15 

In order to simplify the calculation, a common factor i = 500 has been taken. Using the following formula for calculating median wage:

$Median = {L} + \frac{(\frac{n}{2}\ -\ c.f.)}{f} \times {i}$

Where −

  • ${L}$ = 1000

  • $\frac{n}{2}$ = 20

  • ${c.f.}$ = 13

  • ${f}$ = 9

  • ${i}$ = 500

Thus

$Median = {1000} + \frac{(20\ -\ 13)}{9} \times {500} \\[7pt] \, = {1000 + 388.9} \\[7pt] \, = {1388.9}$

As 1388.9 ≃ 1389.

The median wage is Rs. 1389.



Advertisements