Logo

scikits.statsmodels.miscmodels.count.PoissonGMLE.predict

PoissonGMLE.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.miscmodels.count.PoissonGMLE.nloglikeobs

Next topic

sm.miscmodels.count.PoissonGMLE.predict_distribution

This Page