Issues with simulating a seasonal ARIMA model
问题 I am trying to generate simulations from a seasonal arima model using the forecast package in R via the following command: simulate(model_temp) where model_temp is the result of applying the arima() function to my observed time series, and with which, incidentally, I specified the model to be an ARIMA(2,1,2)(0,1,2)[12] model. However, when I attempt this, I get the following error: Error in diffinv.vector(x, lag, differences, xi) : NA/NaN/Inf in foreign function call (arg 1) Can anybody