Mean absolute error loss function ignoring bias
Source:R/loss_functions.R
loss_mae_ignoring_bias.Rd
Subtracts the median from the observed residuals before computing their mean absolute error. This can be helpful when predicting time series where a bias due to a trend component is expected and can be captured by the innovation function choice.