statsmodels.genmod.generalized_linear_model.GLMResults.llf#

GLMResults.llf[source]#

Value of the log-likelihood function evaluated at params. See statsmodels.families.family for distribution-specific log-likelihoods. The result uses the concentrated log-likelihood if the family is Gaussian and the link is linear, otherwise it uses the non-concentrated log-likelihood evaluated at the estimated scale.