Logo

scikits.statsmodels.tsa.arima_model.ARMA.predict

ARMA.predict(exog, params=None)

After a model has been fit predict returns the fitted values. If the model has not been fit, then fit is called.

Previous topic

sm.tsa.arima_model.ARMA.loglike_kalman

Next topic

sm.tsa.arima_model.ARMA.score

This Page