Mean Absolute Error
Mean Absolute Error
[1]
It is possible to express MAE as the sum of two components: Quantity Disagreement and
Allocation Disagreement. Quantity Disagreement is the absolute value of the Mean Error.
Allocation Disagreement is MAE minus Quantity Disagreement. The Mean Error is given by:
[2]
As the name suggests, the mean absolute error is an average of the absolute errors ,
where is the prediction and the true value. Note that alternative formulations may
include relative frequencies as weight factors. The mean absolute error uses the same scale
as the data being measured. This is known as a scale-dependent accuracy measure and
therefore cannot be used to make comparisons between series using different scales.[4] The
mean absolute error is a common measure of forecast errorin time series analysis,[5] where the
terms "mean absolute deviation" is sometimes used in confusion with the more standard
definition of mean absolute deviation. The same confusion exists more generally.
Related measures[edit]
The mean absolute error is one of a number of ways of comparing forecasts with their eventual
outcomes. Well-established alternatives are the mean absolute scaled error(MASE) and
the mean squared error. These all summarize performance in ways that disregard the direction
of over- or under- prediction; a measure that does place emphasis on this is the mean signed
difference.
Where a prediction model is to be fitted using a selected performance measure, in the sense
that the least squares approach is related to the mean squared error, the equivalent for mean
absolute error is least absolute deviations.
MAE is not identical to RMSE, but some researchers report and interpret RMSE as if RMSE
reflects the measurement that MAE gives. MAE is conceptually simpler and more interpretable
than RMSE. MAE does not require the use of squares or square roots. The use of squared
distances hinders the interpretation of RMSE. MAE is simply the average absolute vertical or
horizontal distance between each point in a scatter plot and the Y=X line. In other words, MAE
is the average absolute difference between X and Y. MAE is fundamentally easier to
understand than the square root of the average of the sum of squared deviations. Furthermore,
each error contributes to MAE in proportion to the absolute value of the error, which is not true
for RMSE.[2] See the example above for an illustration of these differences.