StateSpaceTimeSeries.initial_point#
- StateSpaceTimeSeries.initial_point(random_seed=None)#
Compute the initial point of the model.
- Parameters:
random_seed (
None|int|Sequence[int] |ndarray|SeedSequence) – Seed(s) for generating initial point from the model. Passed intopymc.pytensorf.reseed_rngs()- Returns:
ip – Maps names of transformed variables to numeric initial values in the transformed space.
- Return type:
dict of {str : array_like}