SciCompMod / memilio

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

Implementation of stochastic two-variant SEIR model #1032

Open nijawa opened 1 month ago

nijawa commented 1 month ago

Feature description

This feature implements a stochastic two-variant SEIR model. There are two variants, a "wild-type" and a "variant". Recovery from the wild-type makes a person immune against the wild-type but not the variant. Recovery from the variant makes a person immune against both the wild-type and the variant.

Additional context

No response

Checklist