smooth
smooth copied to clipboard
Improve the initialisation of ADAM ARIMA
This is especially important in case of backcasting. Here is an example of very wrong initials:
test <- adam(AirPassengers, "NNN", lags=c(1,12), initial="back", orders=list(i=c(1,1),ma=c(1,1)), h=12, holdout=TRUE, loss="GTMSE", constant=T)
This is not a serious issue, when standard losses are used, but it becomes more apparent in case of multistep ones.