Mean Formula
Mean is an arithmetic average of the data set and it can be calculated by dividing a sum of all the data points with the number of data points in the data set. It is a point in a data set that is the average of all the data points we have in a set. In statistics, mean is the most common and frequently used method to measure the center of a data set. It’s a fundamental yet essential part of the statistical analysis of data. If we calculate the average value of the population set, then it is called the population mean. Sometimes, population data is vast, and we cannot perform analysis on that data set. Hence, in that case, we take a sample out of it and take an average. That sample represents the population set and the mean of this part of the data is called a sample mean.
\(Mean= \frac{Sum of observations}{Number of observations}\) |
An important note is that the mean value is the average value, which will fall between the maximum and minimum value in the data set. The mean value will not be the number in the data set, but its values are sometimes equal to the data set’s value.
Mean Formula For Ungrouped Data
The formula to find the mean of an ungrouped data is given below:
Suppose x1, x2, x3,….., xn be n observations of a data set, then the mean of these values is:
\(\overline{x}=\frac{\sum x_i}{n}\)Here,
xi = ith observation, 1 ≤ i ≤ n
∑xi = Sum of observations
n = Number of observations
Mean Formula For Grouped Data
There are three methods to find the mean for grouped data, depending on the size of the data. They are:
- Direct Method
- Assumed Mean Method
- Step-deviation Method
Let us go through the formulas in these three methods given below:
Direct Method
Suppose x1, x2, x3,…., xn be n observations with respective frequencies f1, f2, f3,…., fn. This means, the observation x1 occurs f1 times, x2 occurs f2 times, x3 occurs f3 times and so on. Hence, the formula to calculate the mean in the direct method is:
\(\overline{x}=\frac{f_1x_1+f_2x_2+f_3x_3+….+f_nx_n}{f_1+f_2+f_3+….+f_n}\)Or
\(\overline{x}=\frac{\sum_{i=1}^{n}f_ix_i}{\sum_{i=1}^{n}f_i}\)Here,
∑fixi = Sum of all the observations
∑fi = Sum of frequencies or observations
This method is used when the number of observations is small.
Assumed Mean Method
In this method, we generally assume a value as the mean (namely a). This value is taken for calculating the deviations based on which the formula is defined. Also, the data will be in the form of a frequency distribution table with classes. Thus, the formula to find the mean in assumed mean method is:
Mean \((\overline{x})=a+\frac{\sum f_id_i}{\sum f_i}\)
Here,
a = assumed mean
fi = frequency of ith class
di = xi – a = deviation of ith class
Σfi = N = Total number of observations
xi = class mark = (upper class limit + lower class limit)/2
Click here to learn more about the assumed mean method in detail.
Step-deviation Method
When the data values are large, the step-deviation method is used to find the mean. The formula is given by:
Mean \((\overline{x})=a+h\frac{\sum f_iu_i}{\sum f_i}\)
Here,
a = assumed mean
fi = frequency of ith class
xi – a = deviation of ith class
ui = (xi – a)/h
Σfi = N = Total number of observations
xi = class mark = (upper class limit + lower class limit)/2
Examples
Question 1: Find the mean of the following data set.
10, 20, 36, 12, 35, 40, 36, 30, 36, 40
Solution:
Given,
xi = 10, 20, 36, 12, 35, 40, 36, 30, 36, 40
n = 10
Mean = ∑xi/n
= (10 + 20 + 36 + 12 + 35 + 40 + 36 + 30 + 36 + 40)/10
= 295/10
= 29.5
Therefore, the mean of the given data set is 29.5.
Question 2: Find the mean of the following distribution, which gives the scores obtained by the students in a quiz.
Marks | 25 | 43 | 38 | 42 | 33 | 28 | 29 | 20 |
Number of students | 20 | 1 | 4 | 2 | 15 | 24 | 28 | 6 |
Solution:
Let us create a table to find the sum:
Marks (xi) | Number of students (fi) | fixi |
25 | 20 | 500 |
43 | 1 | 43 |
38 | 4 | 152 |
42 | 2 | 84 |
33 | 15 | 495 |
28 | 24 | 672 |
29 | 28 | 812 |
20 | 6 | 120 |
Sum | 100 | 2878 |
Mean = (∑fixi)/ ∑fi
= 2878/100
= 28.78
Thus, the mean of the given distribution is 28.78.