scikits.statsmodels.family.family.Binomial.starting_mu

Binomial.starting_mu(y)

The starting values for the IRLS algorithm for the Binomial family.

A good choice for the binomial family is

starting_mu = (y + .5)/2

This Page