SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
51 stars 15 forks source link

Use Times for Exposed and INS compartment directly instead of implicitly over SerialInterval and Incubation period #964

Closed HenrZu closed 3 months ago

HenrZu commented 3 months ago

Motivation / Current Behaviour

Bc the Calculation of the RateEand RateINS are hard to understand, we should use them directly. Also, the given constraints for the parameters IncubationTimeand SerialInterval are a bit random and not well explained.

Enhancement description

Remove the parameters IncubationTimeand SerialInterval and use the Times / Rates directly as parameters.

Additional context

No response

Checklist