Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
smitdave opened this issue Oct 14, 2024 · 1 comment
Open

Comments

@smitdave
Copy link
Member

smitdave commented Oct 14, 2024

Set up Immigrantion as an option with dHdt

@smitdave
Copy link
Member Author

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

  • dHdt works on every state the same way, so it can handle emigration but not immigration

  • Births only happen in new born strata into certain states

The right solution seems to be something like:

dSdt = .... + S_immigration(t)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant