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