statsmodels.genmod.families.family.Poisson.fitted
-
Poisson.fitted(lin_pred)
-
Fitted values based on linear predictors lin_pred.
Parameters: lin_pred : 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.
Please login to continue.