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