mse {tsensembler} | R Documentation |
Utility function to compute mean squared error (MSE)
mse(y, y_hat)
y |
A numeric vector representing the actual values. |
y_hat |
A numeric vector representing the forecasted values. |
Other error/performance functions:
ae()
,
se()