smape | R Documentation |
SMAPE is computed as mean(abs(forecast - validation) / ((abs(forecast) + abs(validation)) / 2))
.
smape(forecast, validation)
forecast |
A numeric vector of forecasted values |
validation |
A numeric vector of actual (real) values |
A Symmetric Mean Absolute Percentage Error (SMAPE)
Michal Burda
rmse()
, mase()
, frbe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.