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