epiverse-trace / epidemics

A library of published compartmental epidemic models, and classes to represent demographic structure, non-pharmaceutical interventions, and vaccination regimes, to compose epidemic scenarios.
https://epiverse-trace.github.io/epidemics/
Other
8 stars 2 forks source link

Add vignette showing ODE model vectorisation #183

Closed pratikunterwegs closed 5 months ago

pratikunterwegs commented 6 months ago

This issue requests a vignette showing the upcoming functionality in #176. The vignette should include:

  1. Passing infection parameters (and duration) as vectors;
  2. Passing intervention and vaccination set lists;
  3. Which model components are currently allowed to be passed as lists/vectors, and which are not (and whether vectorisation is intended in the future);
  4. How to handle the output of vectorised model function calls.