Out-of-sample forecasts
steps : int
The number of out of sample forecasts from the end of the sample.
exog : array
If the model is an ARMAX, you must provide out of sample values for the exogenous variables. This should not include the constant.
alpha : float
The confidence intervals for the forecasts are (1 - alpha) %
forecast : array
Array of out of sample forecasts
stderr : array
Array of the standard error of the forecasts.
conf_int : array
2d array of the confidence interval for the forecast
statsmodels.tsa.arima_model.ARMAResults.fittedvalues
statsmodels.tsa.arima_model.ARMAResults.hqic
Enter search terms or a module, class or function name.