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 epidemic_peak() function #240

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Add epidemic_peak() function #240

merged 1 commit into from
Jun 5, 2024

Conversation

pratikunterwegs
Copy link
Collaborator

This PR includes implementing epidemic_peak() originally taken from #152, and fixes #127. This was easier than rebasing the original branch on main.

Co-authored-by: Banky Ahadzie <bankole.ahadzie@lshtm.ac.uk>
Copy link

github-actions bot commented Jun 5, 2024

This is how benchmark results would change (along with a 95% confidence interval in relative change) if 8bb4fb0 is merged into main:

  • ✔️default_ode: 10.8ms -> 10.7ms [-1.63%, +0.68%]
  • ✔️default_ode_interventions: 97.5ms -> 97.7ms [-2.16%, +2.45%]
  • ✔️default_ode_param_vec: 830ms -> 829ms [-0.79%, +0.72%]
  • ✔️default_ode_paramvec_intervs: 6.21s -> 6.21s [-0.64%, +0.64%]
  • ✔️ebola: 553ms -> 555ms [-0.42%, +1.25%]
    Further explanation regarding interpretation and methodology can be found in the documentation.

@pratikunterwegs pratikunterwegs marked this pull request as ready for review June 5, 2024 15:06
@pratikunterwegs pratikunterwegs self-assigned this Jun 5, 2024
@pratikunterwegs pratikunterwegs merged commit f75fbf5 into main Jun 5, 2024
11 checks passed
@pratikunterwegs pratikunterwegs deleted the dev-epidemic-peak branch June 5, 2024 15:06
@pratikunterwegs pratikunterwegs mentioned this pull request Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Add function to calculate timing and size of epidemic peak
1 participant