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