Gaussian.fitted()

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. dot(X,beta) in a classical linear model.

Returns:

mu : array

The mean response variables given by the inverse of the link function.

doc_statsmodels
2017-01-18 16:08:57
Comments
Leave a Comment

Please login to continue.