Last chance! 50% off unlimited learning
Sale ends in
powered by
RMSE is computed as \(sqrt(mean((forecast - validation)^2))\).
rmse(forecast, validation)
A numeric vector of forecasted values
A numeric vector of actual (real) values
A Root Mean Squared Error (RMSE)
smape(), mase(), frbe()
smape()
mase()
frbe()