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

Add `__call__` method for `RandomVariable` class that is an alias for `sample` #226

Open damonbayer opened 2 days ago

damonbayer commented 2 days ago

The only thing we do with RandomVariables is sample them, so we we could save a lot of space by adding a call method.