statsmodels.genmod.generalized_linear_model.GLMResults.fittedvalues¶
- GLMResults.fittedvalues¶
The estimated mean response.
This is the value of the inverse of the link function at lin_pred, where lin_pred is the linear predicted value obtained by multiplying the design matrix by the coefficient vector.
Last update:
Nov 14, 2024