Como-DTC-Collaboration / como-models

Pedagogical materials for learning COVID-19 transmission dynamics modelling
https://Como-DTC-Collaboration.github.io/como-models/
MIT License
3 stars 0 forks source link

Add SEIRD model with waning immunity #14

Closed ben18785 closed 2 years ago

ben18785 commented 3 years ago

@DSeiferth and @hfldai pointed me to the Como package where they allow recovered individuals to become susceptible again. In the meeting, we decided to implement a basic SEIRD model where R -> S at a certain rate. We think this'll result in an endemic equilibrium and (possibly) a number of epidemic waves.

hfldai commented 3 years ago

Here's the example plot showing the effects when including R -> S:

ben18785 commented 3 years ago

Ha! That's really interesting. And, I guess, makes sense in terms of oscillatory behaviour since S -> I (and a reduction in S) then, later, I -> R -> S (leading to an increase).

On Thu, Apr 29, 2021 at 10:38 AM Liangti Dai @.***> wrote:

Here's the example plot showing the effects when including R -> S:

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/Como-DTC-Collaboration/como-models/issues/14#issuecomment-829087668, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCILKGYTST5HJ2HY4TQRUTTLESH5ANCNFSM43MIQZ2A .

ben18785 commented 2 years ago

This is in there via #53