You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulators.py needs some love!
Possibly dependent on #155 (decoupling from numpyro, work in progress) but could happen before.
Overall, it is too long and needs a refactor.
Naming should be improved---let's reserve Simulator for data-generation, and pick something else for inference (e.g., JointInference? or could even just be the default interpretation of every model conditioned on data.)
Simulators.py needs some love!
Possibly dependent on #155 (decoupling from numpyro, work in progress) but could happen before.
scan, but currently we mostly do scan. See Add support for missing data in discrete-time models #138 comment. Should unify this with DiracIdentity and missingness.Will become much more rich with #226 (more discretizers).