powered by
The rmse computes RMSE (Root Mean Squared Error) of a forecast.
rmse
rmse(x, y)
the numeric vector of real values
the numeric vector of forecasted values
the numeric value
# NOT RUN { rmse(runif(50), runif(50)) # }
Run the code above in your browser using DataLab