-
Notifications
You must be signed in to change notification settings - Fork 4
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
Create Hosp Only Model from cdcgov/wastewater-informed-covid-forecasting #313
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
==========================================
- Coverage 93.17% 88.12% -5.06%
==========================================
Files 39 40 +1
Lines 909 977 +68
==========================================
+ Hits 847 861 +14
- Misses 62 116 +54
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think this is ready to be handed off until I am able to work on it again. Things are a bit rough, but I am hoping what I have provided is sufficient for @sbidari to begin validating the model (which I have not done at all). I would accept PR's against this branch, should someone want to make changes here. It is certainly not ready for merging to main. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some notes
- If we want to include the stan_data files. They should go in the same place as the rest of the data and have convenience functions for loading them.
RtWeeklyDiffProcess
should probably not be used (@dylanhmorris can say more)- There is some strange behavior where simulating from the prior predictive causes the posterior inference to fail.
- I copied variable names from the
wastewater-informed-covid-forecasting model
, which could probably be improved.
This PR recreates "Model 2" from the
wastewater-informed-covid-forecasting
project. The model is described here. Stan code for the model is here.The tutorial demonstrates how to use the model with stan_data generated in the wastewater-informed-covid-forecasting project. As such, recreating any analysis from that project should be relatively straightforward.
Closes #174.
Closes #13.