Answers
First, let’s calculate the 3 period moving average. It is done by averaging the previous three periods and using it as a forecast for the fourth period. It is shown in 3MA column. Next we calculate the error, absolute error, square of the error and absolute percentage of the error. Next we calculate the running sum of forecasting error (RSFE), mean absolute deviation (MAD), mean square of error (MSE) and mean absolute percentage error (MAPE).
From the values we can see that the RSFE, MAD and MAPE values are not very large and thus the moving average is not a bad indicator to forecast the value.
Now, we can use the alpha values with in order to calculate the weighted moving average.
The highest value will be used for the latest period and the lowest value for the farthest period.
The calculated values are shown below.