Statistics - Arithmetic Mean of Discrete Data Series



Advertisements


When data is given alongwith their frequencies. Following is an example of discrete series:

Items510203040506070
Frequency251312057

For discrete series, the Arithmetic Mean can be calculated using the following formula.

Formula

$\bar{x} = \frac{f_1x_1 + f_2x_2 + f_3x_3........+ f_nx_n}{N}$

Alternatively, we can write same formula as follows:

$\bar{x} = \frac{\sum fx}{\sum f}$

Where −

  • ${N}$ = Number of observations

  • ${f_1,f_2,f_3,...,f_n}$ = Different values of frequency f.

  • ${x_1,x_2,x_3,...,x_n}$ = Different values of variable x.

Example

Problem Statement:

Calculate Arithmetic Mean for the following discrete data:

Items14364570
Frequency2513

Solution:

Based on the given data, we have:

ItemsFrequency
f
${fx}$
14228
365180
45145
703210
 ${N=11}$${\sum fx=463}$

Based on the above mentioned formula, Arithmetic Mean $\bar{x}$ will be:

$\bar{x} = \frac{463}{11} \\[7pt] \, = {42.09}$

The Arithmetic Mean of the given numbers is 42.09.



Advertisements