daveselinger / covid_rapid_test_simulation2

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

Added infections from external sources #23

Open tedkyi opened 2 years ago

tedkyi commented 2 years ago

Implemented infections from external sources:

Note that by modeling external interactions, as more people become vaccinated or recovered, the external infection rate will naturally decline even though the number of interactions remains constant. This is why I chose to calculate the number of external interactions instead of directly calculating a number of external infections.

TODO: The externalInteraction() function can use the current time and infection stats to vary the rate of infections or the mix of variants, but currently it just uses fixed values.