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

Enhance epidemic_size() #190

Closed
3 tasks done
pratikunterwegs opened this issue Mar 11, 2024 · 0 comments · Fixed by #212
Closed
3 tasks done

Enhance epidemic_size() #190

pratikunterwegs opened this issue Mar 11, 2024 · 0 comments · Fixed by #212
Assignees

Comments

@pratikunterwegs
Copy link
Collaborator

pratikunterwegs commented Mar 11, 2024

This issue stems from comments by @jamesmbaazam on #176 (below), and requests enhancements to epidemic_size().

  • Return a table with demography_group, time, and value;
  • Allow returning a range of time points.
  • Handle multiple replicates' data as returned by the Ebola model.
  • Could you return the "stage" as part of the output? I can easily imagine
    that being useful in cases where a user wants to plot the epidemic size at
    various stages of the outbreak.
  • I would suggest renaming "stage" to timepoint or something similar and
    filter by time instead of stage. We often think of epidemic timelines in
    terms of dates and not stages. Using stages forces you to think in terms of
    percentages of the whole timeline. Additionally, you could make "stage" an
    optional argument alongside the new "time" argument.
@pratikunterwegs pratikunterwegs self-assigned this Mar 11, 2024
pratikunterwegs added a commit that referenced this issue Apr 11, 2024
@pratikunterwegs pratikunterwegs linked a pull request Apr 11, 2024 that will close this issue
pratikunterwegs added a commit that referenced this issue Apr 12, 2024
pratikunterwegs added a commit that referenced this issue Apr 17, 2024
pratikunterwegs added a commit that referenced this issue Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant