-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementAn addition or change to an existing feature.An addition or change to an existing feature.priority-low
Description
Description
We are considering to revise the respy interface and this issue serves to collect thought and use cases. At the moment, we initialize a simulate() and a crit_func() and do a host of setup operations. In particular, we create the time-consuming StateSpace class instance.
For simulation:
simulate = rp.get_simulate_func(params, options)
df = simulate(params)
For estimation:
crit_func = rp.get_crit_func(params, options, df)
crit_func(params)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementAn addition or change to an existing feature.An addition or change to an existing feature.priority-low