Petrichor12 / Coronavirus

Analysis on the novel coronavirus data from worldometers.
2 stars 0 forks source link

Simulate the Corona Pandemic #17

Open gokeplerride opened 4 years ago

gokeplerride commented 4 years ago

A simple solution is the Kermack-McKendrick model: equations and python code are presented in this document http://greenteapress.com/modsimpy/ModSimPy3.pdf

gokeplerride commented 4 years ago

Created a first draft.

Next functionality could include

Petrichor12 commented 4 years ago

Awesome work! Another idea could be implementing countries time data up til now, then continuing the simulation from there - kind of like a more accurate version of the exponential predictions you did earlier.