statsmodels.distributions.discrete.DiscretizedModel.loglike#

DiscretizedModel.loglike(params)[source]#

Log-likelihood of the discretized distribution.

Parameters:
paramsarray_like

Shape (and scale) parameters of the underlying continuous distribution.

Returns:
float

Sum of the log-probabilities of endog given params.