statsmodels.genmod.families.family.NegativeBinomial.predict¶ NegativeBinomial.predict(mu)¶ Linear predictors based on given mu values. Parameters: mundarrayThe mean response variables Returns: lin_predndarrayLinear predictors based on the mean response variables. The value of the link function at the given mu.