CodeForPhilly / chime

COVID-19 Hospital Impact Model for Epidemics
https://codeforphilly.github.io/chime/
MIT License
205 stars 151 forks source link

Display a warning to the user when the premitigation doubling time ex… #556

Closed ghost closed 4 years ago

ghost commented 4 years ago

…ceeds 15 days

Link to issue

Changelog entry

When the premitigation doubling time exceeds 15 days, display a subheader to the user prompting to try different parameters.

Additional info

This is my first open-source contribution. Any feedback is welcome :)


Pull Request Checklist

For Reviewer

PhilMiller commented 4 years ago

Overall, I think this looks good. Thank you for pitching in!

DougManuel commented 4 years ago

Premitagation and post-mitigation approach of the app is a challenging UI area. All jurisdictions will have an observed doubling time >15 days sooner (hopefully) than later. Yes, that is a post-mitigation double-time - but everywhere now has some sort of mitigation in place.

What we've been doing is using our observed doubling trend from the previous weeks to calculate the current 'effective social distancing'. And then subtract estimate from future, new social distancing scenario.

It is a bit of work to perform. We have suggestions on how the app could be modified for the calculations - if this topic is of interest.

A limitation of the current version is the opposite problem, not allowing a pre-mitigation doubling time large enough. Currently, Rt <1 not allowed.