Use these statistics to compare the fits of different forecasting and smoothing methods. Minitab computes three measures of accuracy of the fitted model: MAPE, MAD, and MSD. The three measures are not very informative by themselves, but you can use them to compare the fits obtained by using different methods. For all three measures, smaller values generally indicate a better fitting model.
For example, you have sales data for 36 months and you would like to find a prediction model. You try two models: single exponential smoothing (SES) and linear trend, and get the following results:
SES |
Linear Trend |
MAPE 8.1976 |
MAPE 6.9551 |
MAD 3.6215 |
MAD 2.7506 |
MSD 22.3936 |
MSD 11.2702 |
All three numbers are lower for the linear trend model compared to the single exponential smoothing method; therefore, the linear trend model seems to provide the better fit.