statsmodels.genmod.families.family.Gaussian.fitted

Gaussian.fitted(lin_pred)

Fitted values based on linear predictors lin_pred.

Parameters: lin_pred (array) – Values of the linear predictor of the model. \(X \cdot \beta\) in a classical linear model.
Returns: mu – The mean response variables given by the inverse of the link function.
Return type: array

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.genmod.families.family.Gaussian.fitted.html