statsmodels.discrete.truncated_model.TruncatedLFPoisson.loglikeobs¶ TruncatedLFPoisson.loglikeobs(params)¶ Loglikelihood for observations of Generic Truncated model Parameters:¶ paramsarray_likeThe parameters of the model. Returns:¶ loglikendarray (nobs,)The log likelihood for each observation of the model evaluated at params. See Notes