Family.predict()

statsmodels.genmod.families.family.Family.predict

Family.predict(mu) [source]

Linear predictors based on given mu values.

Parameters:

mu : array

The mean response variables

Returns:

lin_pred : array

Linear predictors based on the mean response variables. The value of the link function at the given mu.

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

Please login to continue.