statsmodels.discrete.truncated_model.TruncatedLFNegativeBinomialP.loglikeobs

TruncatedLFNegativeBinomialP.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