statsmodels.tsa.arima_model.ARIMA.predict
ARIMA.predict(params, start=None, end=None, exog=None, typ='linear', dynamic=False) [source]
ARIMA model in-sample and out-of-sample prediction Parameters:
params : array-like The fitted parameters of the model. start : int, str, or datetime Zero-indexed observation number at which to start forecasting, ie., the first forecast is start. Can also be a date string to parse or a datetime type. end : int, str, or datetime Zero-indexed observation n