statsmodels.miscmodels.count.PoissonGMLE.predict_distribution#

PoissonGMLE.predict_distribution(exog)[source]#

Return frozen scipy.stats distribution with mu at estimated prediction

Parameters:
exogarray_like

Explanatory variables used to construct the predicted mean.

Returns:
rv_frozen

A frozen scipy.stats.poisson distribution with mu set to the predicted mean at exog.