-
Notifications
You must be signed in to change notification settings - Fork 152
Description
Summary
The model was built in the context of the first few days of local outbreak. It is not well equipped to handle projections when there is a non-small number of current infections. There needs to be a way for the user/analyst to specify not only how many cases are currently hospitalized, but also how long it has been since the first case was hospitalized. In keeping with the goals of the application being as simple as possible while providing actionable projections in terms of hospital-level resource demands, the handling of 'mid-stage' starting points should be kept likewise simple.
Additional details
After the first week or so of spread, there is additional information contained in the combination of current hospitalized case counts and the number of days since the first case. These two quantities should be combined to provide an estimate of local doubling-time.
Suggested fix
- Add an input for 'Days since first hospitalized COVID-19 case' {t_{firstcase}}.
- Start SIR sim from that many days back
- Run argmin_{doublingtime} [abs(hospitalized census - predicted)] at time 0 + t_{fistcase}