Suppose I have a time-series prediction problem, where the loss between the model's prediction and the true outcome is some custom loss function $\ell(\hat{y}, y)$
Is there some theory of how the standard ARMA / ARIMA models should be modified? For example, if $\ell$ is not measuring the additive deviation, the "right" error term in the MA part of ARMA may not be additive, but something else. Is it also not obvious what would be the generalized counterparts of the standard conditions, like stationarity, in this setting.
I was looking for literature, but the only thing I found was a theory specially tailored towards Poisson time series. But nothing for more general cost functions.