Answer:
MAD = (1/n)*?ABS(S-F) where n= number of periods; S = Sales; F = Forecast
MSE = (1/n)*?(S-F)2
MAPE = (1/n)*?ABS(S-F)/S
Naive forecast is better compared to Manager's forecast as MAD and MAPE are lower though MSE is on the higher side.
Calculation table is attached in picture.
Step-by-step explanation:
See the attached table for explanation.