scikits.statsmodels.family.family.InverseGaussian.weights

InverseGaussian.weights(mu)

Weights for IRLS steps

Parameters:

mu : array-like

The transformed mean response variable in the exponential family

Returns:

w : array

The weights for the IRLS steps

This Page