dd-harp / ramp.xds

RAMP - Extensible Dynamical Systems
https://dd-harp.github.io/ramp.xds/
Other
0 stars 0 forks source link

Add Immigration function (like births) as part of Human Demography #199

Open smitdave opened 6 days ago

smitdave commented 6 days ago

Set up Immigrantion as an option with dHdt

smitdave commented 6 days ago

Immigration defines an increase in population by infection state for every stratum. It's hard to think of a generic way of handling this:

The right solution seems to be something like:

dSdt = .... + S_immigration(t)