statsmodels.genmod.families.family.Binomial.fitted¶
method
-
Binomial.
fitted
(lin_pred)¶ Fitted values based on linear predictors lin_pred.
- Parameters
- lin_predarray
Values of the linear predictor of the model. \(X \cdot \beta\) in a classical linear model.
- Returns
- muarray
The mean response variables given by the inverse of the link function.