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, mae, mase, r_squared, se
ae
mae
mase
r_squared
se