3.7.1. statsmodels.miscmodels.api¶
3.7.1.1. Classes¶
PoissonGMLE (endog[, exog, loglike, score, ...]) |
Maximum Likelihood Estimation of Poisson Model |
PoissonOffsetGMLE (endog[, exog, offset, missing]) |
Maximum Likelihood Estimation of Poisson Model |
PoissonZiGMLE (endog[, exog, offset, missing]) |
Maximum Likelihood Estimation of Poisson Model |
TLinearModel (endog[, exog, loglike, score, ...]) |
Maximum Likelihood Estimation of Linear Model with t-distributed errors |