Logo

scikits.statsmodels.base.model.Model.predict

Model.predict(exog, params=None)[source]

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.base.model.Model.fit

Next topic

sm.base.model.LikelihoodModel

This Page