There is a newer version of the record available.

Published May 10, 2020 | Version v4.8.1
Software Open

ECheynet/SEIR: Generalized SEIR Epidemic Model (fitting and computation)

Creators

  • 1. University of Bergen

Description

Description

 

A generalized SEIR model with seven states [2] is numerically implemented in Matlab. The implementation is done from scratch except for the fitting, that relies on the function "lsqcurvfit".

The present submission includes several majors difference with respect to ref. [2]. Among them is the expression of the death rate and recovery rate, which are analytical and empirical functions of the time. The idea behind this time-dependency as that the death and recovery rate should converge toward a constant value as the time increases. If the death rate is kept constant, the number of death may be overestimated. Births and natural death are not modelled here. This means that the total population, including the number of deceased cases, is kept constant. Note that ref. [2] is a preprint that is not peer-reviewed and I am not qualified enough to judge the quality of the paper.

 

Content

 

The present submission contains:

  • A function SEIQRDP.m that is used to simulate the time histories of the infectious, recovered and dead cases (among others)

  • A function fit_SEIQRDP.m that estimates the eight parameters used in SEIQRDP.m in the least square sense.

  • One example file Documentation.mlx, which presents the numerical implementation.

  • One example file Example_province_region.mlx, which uses data collected by the Johns Hopkins University for the COVID-19 epidemy [3] for Hubei province (China).

  • One example file Example_Country.mlx, which uses data collected by the Johns Hopkins University for the COVID-19 epidemy [3] for a coutnry.

  • One file "ItalianRegions.mlx" written by Matteo Secli (https://github.com/matteosecli) that I have modified for a slightly more robust fitting.

  • One file "FrenchRegions.mlx", which gives another example for Data collected in France. The data quality is not as good as expected, so the fitting is unlikely to provide reliable parameter estimates.

  • One example file ChineseProvinces.mlx, which illustrates how the function fit_SEIQRDP.m is used in a for loop to be fitted to the data [3] from the different Chinese provinces.

  • One example "uncertaintiesIssues.mlx", which illustrates the danger of fitting limited data sets.

  • One example "Example_US_cities.mlx" that illustrates the fitting when "recovered" data are not available.

  • One example simulateMultipleWaves,mlx that illustrates the fitting for multiple epidemic waves.

  • One function getDataCOVID, which read from [3] the data collected by Johns Hopkins University.

  • One function getDataCOVID_ITA written by Matteo Secli (https://github.com/matteosecli), that collects the updated data of the COVID-19 pandemic in Italy from the Italian government [4]

  • One function getDataCOVID_FRA that collects the updated data in France from [5]

  • One function getDataCOVID_US that collects the updated data in the USA from [3]

  • One function checkRates.m that plots the fitted and computed death and recovery rates (quality check)

  • One function getMultipleWaves.m that simulate and fit the SEIRQDP model to the situations where multiple epidemic waves are detected.

Any question, comment or suggestion is welcome.

 

References

 

[1] https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology#Bio-mathematical_deterministic_treatment_of_the_SIR_model

[2] Peng, L., Yang, W., Zhang, D., Zhuge, C., & Hong, L. (2020). Epidemic analysis of COVID-19 in China by dynamical modeling. arXiv preprint arXiv:2002.06563.

[3] https://github.com/CSSEGISandData/COVID-19

[4] https://github.com/pcm-dpc/COVID-19

[5] https://github.com/cedricguadalupe/FRANCE-COVID-19

Notes

The LiveScript files can be read at: https://se.mathworks.com/matlabcentral/fileexchange/74545-generalized-seir-epidemic-model-fitting-and-computation

Files

ECheynet/SEIR-v4.8.1.zip

Files (4.8 MB)

Name Size Download all
md5:be5c73009da93aeb1a28d4e9dca0ffb9
4.8 MB Preview Download

Additional details