Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to content
statsmodels.genmod.families.family.Gamma.fitted
-
Gamma.
fitted
(lin_pred)
Fitted values based on linear predictors lin_pred.
- Parameters
- lin_pred
ndarray
Values of the linear predictor of the model.
X⋅β in a classical linear model.
- Returns
- mu
ndarray
The mean response variables given by the inverse of the link
function.