pymc.model.core.FrozenModel.initial_point#
- FrozenModel.initial_point(random_seed=None)#
Compute the initial point of the model.
- Parameters:
- random_seed
SeedSequenceSeed, defaultNone Seed(s) for generating initial point from the model. Passed into
pymc.pytensorf.reseed_rngs()
- random_seed
- Returns:
- ip
dictof {strarray_like} Maps names of transformed variables to numeric initial values in the transformed space.
- ip