Open moritzpschwarz opened 1 year ago
This also applies to negative numbers in any x-variables
And this is also relevant for forecasting - in this case, the auto
option using auto.arima()
is forecasting the exogenous variables to go negative
# load the code in the txt file as faulty_model
forecast_model(faulty_model, n.ahead = 16, exog_fill_method = "auto")
Consider:
Note that
isat()
fails due tolog(0)
within CDD.