Binomial exponential family distribution.
Parameters: | link : a link instance, optional
|
---|
See also
statsmodels.family.family.Family
Notes
endog for Binomial can be specified in one of three ways.
Attributes
link | Helper method to get the link for a family. |
variance |
Methods
resid_dev(Y, mu[, scale]) | Binomial deviance residuals |
deviance(Y, mu[, scale]) | Deviance function for either Bernoulli or Binomial data. |
initialize(Y) | Initialize the response variable. |
loglike(Y, mu[, scale]) | Loglikelihood function for Binomial exponential family distribution. |
resid_anscombe(Y, mu) | The Anscombe residuals |