daveselinger / covid_rapid_test_simulation2

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

Waning Immunity #3

Open rstager opened 2 years ago

rstager commented 2 years ago

Protection from both vaccine and recovery will wane over time. Keep track of the protection date and use a stochastic model based on type of infection/recovery or type of vaccine.

tedkyi commented 2 years ago

With PR #19, vaccine protection will differ by variant, and will be able to wane over time. TODO: Someone still needs to drop in the code for the curve how much protection wanes as a function of time

tedkyi commented 2 years ago

With third commit for PR #19, added reinfections. This should provide all of the structure needed for this issue. TODO: Still need to decide reasonable curves for both waning protections.