statsmodels.discrete.truncated_model.TruncatedLFPoisson.loglikeobs¶ TruncatedLFPoisson.loglikeobs(params)¶ Loglikelihood for observations of Generic Truncated model Parameters:¶ params : array-like¶The parameters of the model. Returns:¶ loglike – The log likelihood for each observation of the model evaluated at params. See Notes Return type:¶ ndarray (nobs,) Notes