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

Factory for additional convolve scanners #190

Open damonbayer opened 2 weeks ago

damonbayer commented 2 weeks ago

Mentioned as "out of scope" here: https://github.com/CDCgov/multisignal-epi-inference/pull/161

a factory for convolve scanners that carry along either the full history (more general / less efficient) or cumulative incidence (less general / more efficient). That is needed to implement susceptibility adjustments that depend on keeping track of cumulative incidence (e.g. the logistic_susceptibility_adjustment)