NegativeBinomial.loglike_obs(endog, mu, var_weights=1.0, scale=1.0)
[source]
The log-likelihood function for each observation in terms of the fitted mean response for the Negative Binomial distribution.
Parameters: |
|
---|---|
Returns: |
ll_i – The value of the loglikelihood evaluated at (endog, mu, var_weights, scale) as defined below. |
Return type: |
float |
Defined as:
where \(Constant\) is defined as:
© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.genmod.families.family.NegativeBinomial.loglike_obs.html