CDCgov / multisignal-epi-inference

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

Add transforms to `new_convolve_scanner`, make identity transforms default for `new_double_scanner` #147

Closed dylanhmorris closed 2 weeks ago

dylanhmorris commented 4 weeks ago

This will:

  1. Align the APIs
  2. Make it possible to implement logistic susceptibility transforms using new_convolve_scanner Actually the specified change won't suffice for this b/c the logistic susceptibility adjustment needs cumulative incidence, so it will need a different (heavier) scanner.

Out of scope