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

Stochastic Ebola model should have a two level structure #173

Closed pratikunterwegs closed 4 months ago

pratikunterwegs commented 6 months ago

This issue is to request that the Ebola model function model_ebola_r() be split into two functions to follow the organisation of the ODE deterministic models. This would allow input checks in the external user-facing function, while the internal 'unsafe' function would be run for $N$ replicates on parameter and event set combinations. See more on this in #160.