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 aggregate data class #412

Open
athowes opened this issue Nov 1, 2024 · 0 comments
Open

Add aggregate data class #412

athowes opened this issue Nov 1, 2024 · 0 comments
Labels
medium Nice to have for next release

Comments

@athowes
Copy link
Collaborator

athowes commented Nov 1, 2024

In PR #390 we added a class for epidist_linelist data at the individual level.

We should also add class for aggregate linelist data.

It could be aggregated over delays:

Delay (days) Count
1 20
2 35
3 50
4 40
5 60
... ...

Or aggregated over aspects of the window like:

Primary Event (date) Secondary Event (date) Count
2024-10-21 2024-10-23 15
2024-10-21 2024-10-25 20
2024-10-22 2024-10-24 25
2024-10-22 2024-10-26 30
2024-10-23 2024-10-25 35
2024-10-23 2024-10-27 40
... ... ...

Note that this type of data is appearing in our work on estimating right truncation delays. We also need models for this type of data soon.

@athowes athowes added the medium Nice to have for next release label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium Nice to have for next release
Projects
None yet
Development

No branches or pull requests

1 participant