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