statsmodels.discrete.truncated_model.TruncatedLFPoisson.loglikeobs

TruncatedLFPoisson.loglikeobs(params)

Loglikelihood for observations of Generic Truncated model

Parameters:
paramsarray_like

The parameters of the model.

Returns:
loglikendarray (nobs,)

The log likelihood for each observation of the model evaluated at params. See Notes


Last update: Dec 14, 2023