Weighted Mean Formula
Weighted Mean is an average computed by giving different weights to some of the individual values. If all the weights are equal, then the weighted mean is the same as the arithmetic mean.
It represents the average of a given data. The Weighted mean is similar to the arithmetic mean or sample mean. The Weighted mean is calculated when data is given in a different way compared to the arithmetic mean or sample mean.
Weighted means generally behave in a similar approach to arithmetic means, they do have a few counter-instinctive properties. Data elements with a high weight contribute more to the weighted mean than the elements with a low weight.
The weights cannot be negative. Some may be zero, but not all of them; since division by zero is not allowed. Weighted means play an important role in the systems of data analysis, weighted differential and integral calculus.
Formula of weighted Mean
The Weighted mean for given set of non-negative data
\[\large \overline{x}=\frac{w_{1}x_{1}+w_{2}x_{2}+…..+w_{n}x_{n}}{w_{1}+w_{2}+…..w_{n}}\]
Where,
Solved Example of Weighted Mean
Question: Suppose that a marketing firm conducts a survey of 1,000 households to determine the average number of TVs each household owns. The data show a large number of households with two or three TVs and a smaller number with one or four. Every household in the sample has at least one TV and no household has more than four. Find the mean number of TVs per household.
Number of TVs per Household | Number of Households |
1 | 73 |
2 | 378 |
3 | 459 |
4 | 90 |
Solution:
As many of the values in this data set are repeated multiple times, you can easily compute the sample mean as a weighted mean. Follow these steps to calculate the weighted arithmetic mean:
Step 1: Assign a weight to each value in the dataset:
Step 2: Compute the numerator of the weighted mean formula.
Multiply each sample by its weight and then add the products together:
= (1)(73)+(2)(378)+(3)(459)+(4)(90)
= 73 + 756 + 1377 +
=2566
Step 3: Now, compute the denominator of the weighted mean formula by adding the weights together.
= 73 + 378 + 459 + 90
=1000
Step 4: Divide the numerator by the denominator
The mean number of TVs per household in this sample is 2.566.
Comments