mase | R Documentation |
MASE is computed as sum(abs(validation - forecast)) / sum(abs(validation[-1] - validation[-n])) / (n/(n-1))
.
mase(forecast, validation)
forecast |
A numeric vector of forecasted values |
validation |
A numeric vector of actual (real) values |
A Mean Absolute Scaled Error (MASE)
Michal Burda
rmse()
, smape()
, frbe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.