Skip to content
/ SIRD Public
forked from DVL-Sejong/SIRD

Susceptible-Infectious-Recovered-Deceased model (SIRD)

License

Notifications You must be signed in to change notification settings

Yejining/SIRD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIRD

Susceptible-Infectious-Recovered-Deceased model (SIRD)

Dataset

Dataset for this repository can be downloaded here. You must download data and preprocess the data for the model. Dataset for the model should be under \dataset\country_name.

SIRD

$ git clone https://github.com/DVL-Sejong/SIRD.git
$ cd SIRD
$ python main.py
  • Arguments
    • country: Italy, India, US, China are available
    • y_frames: Number of y frames for generating dataset

Citation

Algorithm for optimizing r0 value is based on this paper:

@article{zhou2020preliminary,
  title={Preliminary prediction of the basic reproduction number of the Wuhan novel coronavirus 2019-nCoV},
  author={Zhou, Tao and Liu, Quanhui and Yang, Zimo and Liao, Jingyi and Yang, Kexin and Bai, Wei and Lu, Xin and Zhang, Wei},
  journal={Journal of Evidence-Based Medicine},
  volume={13},
  number={1},
  pages={3--7},
  year={2020},
  publisher={Wiley Online Library}
}

About

Susceptible-Infectious-Recovered-Deceased model (SIRD)

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%