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:
floatSum of the log-probabilities of endog given params.