Calculate the mean error of a numeric vector.
Details
me_vec() computes the average signed forecast error
truth - estimate. Positive values indicate that forecasts are, on
average, below the observed values. Negative values indicate that forecasts
are, on average, above the observed values.
The metric is reported in the same units as the original data.
See also
Other accuracy functions:
mae_vec(),
make_accuracy(),
make_errors(),
mape_vec(),
mpe_vec(),
mse_vec(),
rmse_vec(),
smape_vec()
