statsmodels.genmod.cov_struct.Equivalence.initialize#
- Equivalence.initialize(model, rng=None)[source]#
Called by GEE, used by implementations that need additional setup prior to running fit.
- Parameters:
- model
GEEclass A reference to the parent GEE class instance.
- rng
int, array_likeofint,numpy.random.Generator,ornumpy.random.RandomState,optional If rng is None, a new
Generatoris created using fresh entropy from the operating system. If rng is an int or array of ints, a newGeneratoris created, seeded with rng. If rng is already aGeneratororRandomStateinstance, that instance is used.
- model