statsmodels.gam.generalized_additive_model.GLMGamResults.fittedvalues#

GLMGamResults.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.