statsmodels.tsa.arima_model.ARMA
class statsmodels.tsa.arima_model.ARMA(endog, order, exog=None, dates=None, freq=None, missing='none') [source]
Autoregressive Moving Average ARMA(p,q) Model Parameters:
endog : array-like The endogenous variable. order : iterable The (p,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 trend. You can spe