Closed archydeberker closed 4 years ago
@archydeberker Do you mean just adding an initial value for R? Or something else
It would be good to superimpose the actual data onto the SIR models
We only forecast into the future right now (every refresh we pull the latest data in and any past predictions are lost). Adding real historical data would be a pretty big change
The simulations give a slightly misleading picture in countries which have already taken very drastic measures, like South Korea:
Since historical case load data is available, it would be good to add that into the graphs. We could then initialize the SIR models from these variables, which I don't think we do right now: https://github.com/archydeberker/corona-calculator/blob/ea07bd8638a8f992e74a25f801eb27c49c545175/models.py#L21
There are other and perhaps better ways to incorporate this too...