bgautijonsson / covid19

33 stars 7 forks source link

SIR-type model for Iceland? #2

Closed martinvoigt closed 4 years ago

martinvoigt commented 4 years ago

As I mentioned before, with Iceland still being in an early stage of the outbreak, why rely only on logistic growth models, which tend to underestimate total infections at such early points (before the inflection point is reached) - this is for example mentioned in the Wu et al. paper? Countries in Europe are still in the same situation, and other countries that see a decline implemented way stronger measures and were in different situations, so not sure how much the model will improve if it is calibrated on such countries?

Why not add a simple SIR-type model adapted for Iceland? This should be quite easy to implement - there is already a number of covid-19 specific SIR models from various labs to be used online (https://neherlab.org/covid19/, see screenshots for an example of an Iceland-adapted version at http://covid.scicorner.com/) which are mostly also available on GitHub...

localhost_3000__%7B%22population%22%3A%7B%22populationServed%22%3A364200%2C%22country%22%3A%22Iceland%22%2C%22hospitalBeds%22%3A1169%2C%22ICUBeds%22%3A29%2C%22suspectedCasesToday%22%3A40%2C%22importsPerDay%22%3A0%

bgautijonsson commented 4 years ago

Thank you, Martin, for the material. Fitting an S(E)IR model has been on our list. We have recently gotten more personnel who will concentrate on such models. Please continue to send us recommendations if you have more.

martinvoigt commented 4 years ago

Feel free to have a look at http://covid.scicorner.com/ which is a version of the Neher lab model with some added "default" values for Iceland and the most up to date case numbers...

By default, I changed the "Confirmed (% total)" values in the age-specific input table, so that they are based on the current age distribution of confirmed cases on covid.is/data: For each age group, the number is calculated as (confirmed cases)/(total population in age group), normalized to an average number of 20 %. I'm sure these age-specific info for Iceland could be improved further though...

A nice aspect of this model implementation is though that everyone can play around & test the potential effect of different levels of mitigation!

hreinnbeck commented 4 years ago

I've been maintaining a fork for the last week, updated daily: https://covid.vafri.is/

Source: https://github.com/hreinnbeck/covid19_scenarios I'll sync to my local changes in a few hours, the repo is out of sync for a few days.

martinvoigt commented 4 years ago

Source: https://github.com/hreinnbeck/covid19_scenarios I'll sync to my local changes in a few hours, the repo is out of sync for a few days.

Great! Mine is at https://github.com/martinvoigt/covid19_scenarios :)

bgautijonsson commented 4 years ago

Thanks for the help guys. We have part of our team focusing on SIR models now.

tryggvigy commented 4 years ago

I've added a parser (using landlaeknir doc as a data source) for Iceland in the covid19_scenarios model discussed in the thread. I hope it can be useful for your team to compare results with. Link