smape {TSrepr} | R Documentation |
The smape
computes sMAPE (Symmetric Mean Absolute Percentage Error) of a forecast.
smape(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>
smape(runif(50), runif(50))