statsmodels.discrete.truncated_model.TruncatedLFNegativeBinomialP.loglikeobs

TruncatedLFNegativeBinomialP.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: Apr 19, 2024