Enter values and their corresponding weights to calculate the weighted average.
A weighted average is a type of average where each value in the data set carries a specific weight. This method is used when certain values are more important or relevant than others in the calculation.
The formula for weighted average is:
\[Weighted Average = \frac{\sum_{i=1}^{n} w_i x_i}{\sum_{i=1}^{n} w_i}\]
Where:
Let's calculate the weighted average for the following data set:
Values: 85, 90, 95
Weights: 0.3, 0.3, 0.4
The weighted average is 90.5.
This diagram illustrates the weighted average calculation for the example. Each blue circle represents a data point, with its size indicating the weight. The vertical position shows the value, and the red line represents the calculated weighted average of 90.5.