7.2.3.3.2.5. statsmodels.genmod.families.family.Binomial.predict¶
-
Binomial.
predict
(mu)¶ Linear predictors based on given mu values.
Parameters: mu : array
The mean response variables
Returns: lin_pred : array
Linear predictors based on the mean response variables. The value of the link function at the given mu.