Logo

statsmodels.genmod.families.family.NegativeBinomial.fitted

NegativeBinomial.fitted(eta)

Fitted values based on linear predictors eta.

Parameters:

eta : array

Values of the linear predictor of the model. dot(X,beta) in a classical linear model.

Returns:

mu : array

The mean response variables given by the inverse of the link function.

Previous topic

statsmodels.genmod.families.family.NegativeBinomial.deviance

Next topic

statsmodels.genmod.families.family.NegativeBinomial.loglike

This Page