Closed mangalap123 closed 4 years ago
I couldn't find the reason for this change. It will be difficult for us and I expect others who use the app for longer range counterfactual examples of the effectiveness of social distancing.
I couldn't find the reason for this change. It will be difficult for us and I expect others who use the app for longer range counterfactual examples of the effectiveness of social distancing.
Hi there, @DougManuel so I would encourage you to check out the repository here.
My basic understanding, and I'd welcome correction by members of the Penn team if I'm handing out bad information, is that currently they have parameters being utilized by the model that essentially represent a single snapshot in time. Using that snapshot a forecast is then generated by using those limited points to outline generally course that could be expected from the "snapshot". So I think of this like trying to do facial recognition with a very low quality video camera.
The model at the repo linked above makes tremendous strides in improving the accuracy and utility of the forecasts.
It can accepts as input 2 matrices one consisting of the recorded census data similar to the output of this model, as well as another container more refined approaches to things like calculating reduction in relative contact rate, rates of specific interventions, and LOS data and some hyperparameters to allow for finer tuning.
It incorporates Bayesian inferencing techniques to update the model as it moves through the timeline which produces a perhaps more accurate reflection of reality but also generates distributions of predictions which could allow for answering questions like "Whats my best case worst case here?"
Thanks for the explanation. From a user's perspective, what has been helpful from this repo's model has been for us has been:
The effect of social distancing dwarfs all other parameters outside the R0, etc. There are many models available that focus on various improvements, but all models come to the same conclusion about the role of social distancing.
Limit forecasting window to one month #560 Setting "number of days to project" min is 1, max is 30
Link to issue
Changelog entry
Additional info