mae {TSrepr} | R Documentation |
The mae
computes MAE (Mean Absolute Error) of a forecast.
mae(x, y)
x |
the numeric vector of real values |
y |
the numeric vector of forecasted values |
the numeric value
Peter Laurinec, <tsreprpackage@gmail.com>
mae(runif(50), runif(50))