Root-mean-square error loss function ignoring bias
Source:R/loss_functions.R
loss_rmse_ignoring_bias.Rd
Subtracts the mean from the observed residuals before computing their root-mean-square 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.