statsmodels.genmod.families.family.Family.predict
-
Family.predict(mu)[source]
Linear predictors based on given mu values.
- Parameters:
- mu
ndarray The mean response variables
- Returns:
- lin_pred
ndarray Linear predictors based on the mean response variables. The value
of the link function at the given mu.
Last update:
Jun 10, 2024