scikits.statsmodels.model.Model.predict

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

Previous topic

scikits.statsmodels.model.Model.fit

Next topic

scikits.statsmodels.model.LikelihoodModel

This Page