statsmodels.tsa.arima_model.ARIMA
class statsmodels.tsa.arima_model.ARIMA(endog, order, exog=None, dates=None, freq=None, missing='none') [source]
Autoregressive Integrated Moving Average ARIMA(p,d,q) Model Parameters:
endog : array-like The endogenous variable. order : iterable The (p,d,q) order of the model for the number of AR parameters, differences, and MA parameters to use. exog : array-like, optional An optional arry of exogenous variables. This should not include a constant or