statsmodels.miscmodels.count.PoissonOffsetGMLE.loglikeobs¶
- PoissonOffsetGMLE.loglikeobs(params)¶
Log-likelihood of the model for all observations at params.
- Parameters:¶
- paramsarray_like
The parameters of the model.
- Returns:¶
- loglikearray_like
The log likelihood of the model evaluated at params.
Last update:
Oct 03, 2024