In statistics, the mean absolute scaled error (MASE) is a measure of the accuracy of forecasts. It is the mean absolute error of the forecast values, divided by the mean absolute error of the in-sample one-step naive forecast. It was proposed in 2005 by statistician Rob J. Hyndman and decision scientist Anne B. Koehler, who described it as a "generally applicable measurement of forecast accuracy without the problems seen in the other measurements." The mean absolute scaled error has favorable properties when compared to other methods for calculating forecast errors, such as root-mean-square-deviation, and is therefore recommended for determining comparative accuracy of forecasts.
Rationale The mean absolute scaled error has the following desirable properties:
Scale invariance: The mean absolute scaled error is independent of the scale of the data, so can be used to compare forecasts across data sets with different scales. Predictable behavior as y t → 0 {\displaystyle y_{t}\rightarrow 0} : Percentage forecast accuracy measures such as the Mean absolute percentage error (MAPE) rely on division of y t {\displaystyle y_{t}} , skewing the distribution of the MAPE for values of y t {\displaystyle y_{t}} near or equal to 0. This is especially problematic for data sets whose scales do not have a meaningful 0, such as temperature in Celsius or Fahrenheit, and for intermittent demand data sets, where y t = 0 {\displaystyle y_{t}=0} occurs frequently. Symmetry: The mean absolute scaled error penalizes positive and negative forecast errors equally, and penalizes errors in large forecasts and small forecasts equally. In contrast, the MAPE and median absolute percentage error (MdAPE) fail both of these criteria, while the "symmetric" sMAPE and sMdAPE fail the second criterion. Interpretability: The mean absolute scaled error can be easily interpreted, as values greater than one indicate that in-sample one-step forecasts from the naïve method perform better than the forecast values under consideration. Asymptotic normality of the MASE: The Diebold-Mariano test for one-step forecasts is used to test the statistical significance of the difference between two sets of forecasts. To perform hypothesis testing with the Diebold-Mariano test statistic, it is desirable for D M ∼ N ( 0 , 1 ) {\displaystyle DM\sim N(0,1)} , where D M {\displaystyle DM} is the value of the test statistic. The DM statistic for the MASE has been empirically shown to approximate this distribution, while the mean relative absolute error (MRAE), MAPE and sMAPE do not.
Non seasonal time series For a non-seasonal time series, the mean absolute scaled error is estimated by
M A S E = m e a n ( | e j | 1 T − 1 ∑ t = 2 T | Y t − Y t − 1 | ) = 1 J ∑ j | e j | 1 T − 1 ∑ t = 2 T | Y t − Y t − 1 | {\displaystyle \mathrm {MASE} =\mathrm {mean} \left({\frac {\left|e_{j}\right|}{{\frac {1}{T-1}}\sum _{t=2}^{T}\left|Y_{t}-Y_{t-1}\right|}}\right)={\frac {{\frac {1}{J}}\sum _{j}\left|e_{j}\right|}{{\frac {1}{T-1}}\sum _{t=2}^{T}\left|Y_{t}-Y_{t-1}\right|}}}
… excerpt ends here. Continue reading the full article.

