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

Fully rename parameters and decide hospitalization when symptoms appear #83

Merged
merged 7 commits into from
Oct 3, 2024

Conversation

atmyers
Copy link
Member

@atmyers atmyers commented Sep 13, 2024

This fully renames latent_period", infectious_period", and ``incubation_period" to have the same meanings as in the epi literature.

This also changes the point at which agents are hospitalized to be after symptoms develop (the end of the incubation_period)

Copy link

@kcnguyen3191 kcnguyen3191 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the previous version, it only decides if the agent would be hospitalized once at the end of the latent_period_ptr. With this new change, will it decide the hospitalization everyday during the symptomatic period?

@atmyers
Copy link
Member Author

atmyers commented Sep 27, 2024

Here are the infections and hospitalizations before and after these changes.

infections

hospitalizations

The hospitalization changes are reasonable given that the asymptomatic percentage was set to 40%.

Copy link

@kcnguyen3191 kcnguyen3191 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for making these changes. I think we can go ahead and merge this branch. However, there should be a period between the first day the agents start showing symptoms and the first day they got hospitalized.

@atmyers atmyers merged commit 7bf437e into development Oct 3, 2024
26 checks passed
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

Successfully merging this pull request may close these issues.

2 participants