Priesemann-Group / covid19_inference

Bayesian python toolbox for inference and forecast of the spread of the Coronavirus
GNU General Public License v3.0
73 stars 70 forks source link

Script for simple SIR and SEIR models #46

Closed chrisborges closed 4 years ago

chrisborges commented 4 years ago

The script for the full SIR model runs perfectly. However, I am having a hard time implementing the simple SIR model and the SEIR model. Could you upload a script for those models?

jdehning commented 4 years ago

They are in the other repository: https://github.com/Priesemann-Group/covid19_inference_forecast In the readme there, the folder with the scripts is referenced.

chrisborges commented 4 years ago

Thank you for replying. I am aware of the other repository. But since that module is no longer being developed, those codes are outdated and a little tricky to adapt. I will keep soldiering on. Congratulations on your work, btw.