-
Notifications
You must be signed in to change notification settings - Fork 152
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
Census should not start from 0 #187
Comments
I'm starting on this. If no one else has done so already and waves me off, I'll try to have a PR posted this evening. |
Ok, I took time looking at #190 and figuring out testing, so no code tonight, just thoughts. One way to do this is to treat the input "Currently Hospitalized" as 'hidden' admissions on day 0. Since the chart won't show day 0, but the census will include them in the A more rigorous approach would treat the Infected portion of the population as subpools of outpatient, hosp, icu, and vent, each with their own transition/removal rates. In the interest of expedience, I'm going to implement the first option. |
Sounds perfect @PhilMiller. We're going to push our a fix to #190 immediately but once you've fixed this we'll push out another release. Thanks! |
was piggybacked into #273 |
Yeah, what's left is a single patient difference in #352. Closing this |
Currently, the census is computed by accumulating a proportion of new cases, and discharging them after 'length of stay'. This does not account for the currently hospitalized cases, as can be seen by this example of setting current hospitalized cases to 4000:
The initial model assumed the starting point to be very early on when this had much less impact, however this will be increasingly important for localities that are further along in the course of spread.
The text was updated successfully, but these errors were encountered: