statsmodels.miscmodels.count.PoissonOffsetGMLE¶
-
class
statsmodels.miscmodels.count.
PoissonOffsetGMLE
(endog, exog=None, offset=None, missing='none', **kwds)[source]¶ Maximum Likelihood Estimation of Poisson Model
This is an example for generic MLE which has the same statistical model as discretemod.Poisson but adds offset
Except for defining the negative log-likelihood method, all methods and results are generic. Gradients and Hessian and all resulting statistics are based on numerical differentiation.
Methods
nloglikeobs
(params)Loglikelihood of Poisson model Attributes
endog_names
exog_names