powered by
Utility function to compute Root Mean Squared Error (RMSE)
rmse(y, y_hat)
A numeric vector representing the actual values.
A numeric vector representing the forecasted values.