scikits.statsmodels.family.family.Family.fitted

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

Previous topic

scikits.statsmodels.family.family.Family.devresid

Next topic

scikits.statsmodels.family.family.Family.loglike

This Page