scikits.statsmodels.family.family.Gaussian.fitted

Gaussian.fitted(eta)

Fitted values based on linear predictors eta.

Parameters:

eta : 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.

This Page