powered by
Utility function to compute mean squared error (MSE)
mse(y, y_hat)
A numeric vector representing the actual values.
A numeric vector representing the forecasted values.
Other error/performance functions: ae(), se()
ae()
se()