rmse | R Documentation |
RMSE is computed as sqrt(mean((forecast - validation)^2))
.
rmse(forecast, validation)
forecast |
A numeric vector of forecasted values |
validation |
A numeric vector of actual (real) values |
A Root Mean Squared Error (RMSE)
Michal Burda
smape()
, mase()
, frbe()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.