HOME

TheInfoList



OR:

In statistics, the mean absolute scaled error (MASE) is a measure of the
accuracy Accuracy and precision are two measures of '' observational error''. ''Accuracy'' is how close a given set of measurements (observations or readings) are to their '' true value'', while ''precision'' is how close the measurements are to each ot ...
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 Professor of Decision Sciences 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 error In statistics, a forecast error is the difference between the actual or real and the predicted or forecast value of a time series or any other phenomenon of interest. Since the forecast error is derived from the same scale of data, comparisons be ...
s, 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 In physics, mathematics and statistics, scale invariance is a feature of objects or laws that do not change if scales of length, energy, or other variables, are multiplied by a common factor, and thus represent a universality. The technical te ...
: 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_ \rightarrow 0 : Percentage forecast accuracy measures such as the
Mean absolute percentage error The mean absolute percentage error (MAPE), also known as mean absolute percentage deviation (MAPD), is a measure of prediction accuracy of a forecasting method in statistics. It usually expresses the accuracy as a ratio defined by the formula: : ...
(MAPE) rely on division of y_, skewing the distribution of the MAPE for values of y_ 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_ = 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 DM \sim N(0,1), where 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 : \mathrm = \mathrm\left( \frac \right) = \frac where the numerator ''e''''j'' is the
forecast error In statistics, a forecast error is the difference between the actual or real and the predicted or forecast value of a time series or any other phenomenon of interest. Since the forecast error is derived from the same scale of data, comparisons be ...
for a given period (with ''J'', the number of forecasts), defined as the actual value (''Y''''j'') minus the forecast value (''F''''j'') for that period: ''e''''j'' = ''Y''''j'' − ''F''''j'', and the denominator is the
mean absolute error In statistics, mean absolute error (MAE) is a measure of errors between paired observations expressing the same phenomenon. Examples of ''Y'' versus ''X'' include comparisons of predicted versus observed, subsequent time versus initial time, and ...
of the one-step " naive forecast method" on the training set (here defined as ''t = 1..T''), which uses the actual value from the prior period as the forecast: ''F''''t'' = ''Y''''t''−1


Seasonal time series

For a seasonal time series, the mean absolute scaled error is estimated in a manner similar to the method for non-seasonal time series: \mathrm = \mathrm\left( \frac \right) = \frac The main difference with the method for non-seasonal time series, is that the denominator is the
mean absolute error In statistics, mean absolute error (MAE) is a measure of errors between paired observations expressing the same phenomenon. Examples of ''Y'' versus ''X'' include comparisons of predicted versus observed, subsequent time versus initial time, and ...
of the one-step " seasonal naive forecast method" on the training set, which uses the actual value from the prior season as the forecast: ''F''''t'' = ''Y''''t''−m, where m is the seasonal period. This scale-free error metric "can be used to compare forecast methods on a single series and also to compare forecast accuracy between series. This metric is well suited to intermittent-demand series because it never gives infinite or undefined values except in the irrelevant case where all historical data are equal. When comparing forecasting methods, the method with the lowest MASE is the preferred method.


Non-time series data

For non-time series data, the mean of the data (\bar) can be used as the "base" forecast. : \mathrm = \mathrm\left( \frac \right) = \frac In this case the MASE is the
Mean absolute error In statistics, mean absolute error (MAE) is a measure of errors between paired observations expressing the same phenomenon. Examples of ''Y'' versus ''X'' include comparisons of predicted versus observed, subsequent time versus initial time, and ...
divided by the
Mean Absolute Deviation The average absolute deviation (AAD) of a data set is the average of the Absolute value, absolute Deviation (statistics), deviations from a central tendency, central point. It is a summary statistics, summary statistic of statistical dispersion or ...
.


See also

*
Mean squared error In statistics, the mean squared error (MSE) or mean squared deviation (MSD) of an estimator (of a procedure for estimating an unobserved quantity) measures the average of the squares of the errors—that is, the average squared difference betwe ...
*
Mean absolute error In statistics, mean absolute error (MAE) is a measure of errors between paired observations expressing the same phenomenon. Examples of ''Y'' versus ''X'' include comparisons of predicted versus observed, subsequent time versus initial time, and ...
*
Mean absolute percentage error The mean absolute percentage error (MAPE), also known as mean absolute percentage deviation (MAPD), is a measure of prediction accuracy of a forecasting method in statistics. It usually expresses the accuracy as a ratio defined by the formula: : ...
*
Root-mean-square deviation The root-mean-square deviation (RMSD) or root-mean-square error (RMSE) is a frequently used measure of the differences between values (sample or population values) predicted by a model or an estimator and the values observed. The RMSD represents ...
* Test set *
Fraction of variance unexplained In statistics, the fraction of variance unexplained (FVU) in the context of a regression task is the fraction of variance of the regressand (dependent variable) ''Y'' which cannot be explained, i.e., which is not correctly predicted, by the ex ...


References

{{DEFAULTSORT:Mean absolute scaled error Point estimation performance Statistical deviation and dispersion Time series