statsmodels.genmod.families.family.Tweedie.predict

Tweedie.predict(mu)

Linear predictors based on given mu values.

Parameters
mundarray

The mean response variables

Returns
lin_predndarray

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