powered by
SMAPE is computed as \(mean(abs(forecast - validation) / ((abs(forecast) + abs(validation)) / 2))\).
smape(forecast, validation)
A numeric vector of forecasted values
A numeric vector of actual (real) values
A Symmetric Mean Absolute Percentage Error (SMAPE)
rmse(), mase(), frbe()
rmse()
mase()
frbe()