Data Analysis in Excel
Nick Edwards
Analyst at Mynd



Bias is the distortion of forecasting results from of the way the analysis was set up.

Weighted moving average

Weighted moving average

Example find the weighted average
| Values | Weights |
|---|---|
| 2 | 0.15 |
| 3 | 0.35 |
| 4 | 0.50 |
[(2 x 0.15) + (3 x 0.35) + (4 x 0.50)]/
(0.15 + 0.35 + 0.50)
3.6/1 = 3.6
Data Analysis in Excel