Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


lfl (version 2.1.0)

rmse: Compute Root Mean Squared Error (RMSE)

Description

RMSE is computed as \(sqrt(mean((forecast - validation)^2))\).

Usage

rmse(forecast, validation)

Arguments

forecast

A numeric vector of forecasted values

validation

A numeric vector of actual (real) values

Value

A Root Mean Squared Error (RMSE)

See Also

smape(), mase(), frbe()