ae {tsensembler} | R Documentation |
Element-wise computation of the absolute error loss function.
ae(y, y_hat)
y |
A numeric vector representing the actual values. |
y_hat |
A numeric vector representing the forecasted values. |
Other error/performance functions:
mse()
,
se()