powered by
The smape computes sMAPE (Symmetric Mean Absolute Percentage Error) of a forecast.
smape
smape(x, y)
the numeric vector of real values
the numeric vector of forecasted values
the numeric value in %
# NOT RUN { smape(runif(50), runif(50)) # }
Run the code above in your browser using DataLab