daveselinger / covid_rapid_test_simulation2

An update to our original rapid test simulation.
MIT License
0 stars 1 forks source link

Vaccine breakthrough and reinfections #5

Closed rstager closed 2 years ago

rstager commented 2 years ago

Model vaccine breakthroughs. Model should consider vaccine type, time since vaccination, actor demographics (i.e. age)

The actor should track a history of prior infections

This is related to vaccine waning.

Reinfections occur when an actor is infected with the same or a different variant.

rstager commented 2 years ago

The existing code already has a vaccine efficacy rate. However, cross variant protection is not modeled.

tedkyi commented 2 years ago

Started update of vaccine efficacy by making it per variant. Added this commit to PR #16. Next step will be to have it wane over time.