CDCgov / multisignal-epi-inference

Python package for statistical inference and forecast of epi models using multiple signals
https://cdcgov.github.io/multisignal-epi-inference/
9 stars 1 forks source link

Create and demonstrate methods for simulating from prior and computing predictive distributions #202

Open damonbayer opened 1 week ago

damonbayer commented 1 week ago

Pre-requisite to https://github.com/CDCgov/multisignal-epi-inference/issues/169.

Model class should have model.sample_prior() and model.predict(samples) methods.

AFg6K7h4fhy2 commented 3 days ago

This was mentioned in Teams.

Did you have an (eventual) solution in mind beyond kwargs? I feel it works well for what we have now but might change in the future if there is something better.

Response:

It would be nice if you didn’t have to pass any arguments at all. I would want to somehow differentiate between a model and a model with data.