statsmodels.genmod.families.family.InverseGaussian.predict¶
method
- 
InverseGaussian.predict(mu)¶ Linear predictors based on given mu values.
- Parameters
 - muarray
 The mean response variables
- Returns
 - lin_predarray
 Linear predictors based on the mean response variables. The value of the link function at the given mu.
