The parent class for one-parameter exponential families.
| Parameters: | link : a link function instance
variance : a variance function
|
|---|
See also
Methods
| deviance(endog, mu[, scale]) | Deviance of (endog,mu) pair. |
| fitted(lin_pred) | Fitted values based on linear predictors lin_pred. |
| loglike(endog, mu[, scale]) | The loglikelihood function. |
| predict(mu) | Linear predictors based on given mu values. |
| resid_anscombe(endog, mu) | The Anscome residuals. |
| resid_dev(endog, mu[, scale]) | The deviance residuals |
| starting_mu(y) | Starting value for mu in the IRLS algorithm. |
| weights(mu) | Weights for IRLS steps |