From 71d81dea14cdb85dc81a8359c676c66053b79dc1 Mon Sep 17 00:00:00 2001 From: "E. Cheynet" Date: Tue, 28 Apr 2020 18:54:13 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4a181e..5c07935 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Generalized SEIR Epidemic Model (fitting and computation) [![View Generalized SEIR Epidemic Model (fitting and computation) on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://se.mathworks.com/matlabcentral/fileexchange/74545-generalized-seir-epidemic-model-fitting-and-computation) +[![DOI](https://zenodo.org/badge/247972639.svg)](https://zenodo.org/badge/latestdoi/247972639) ## Description A generalized SEIR model with seven states, as proposed by ref. [2] is numerically implemented. There exist other types of generalized SEIR model that can be explored, but here I only use a single one for the sake of simplicity. The numerical implementation is done from scratch except for the fitting, that relies on the function "lsqcurvfit".