Skip to content

Releases: ECheynet/SEIR

Generalized SEIR Epidemic Model (fitting and computation)

15 Feb 17:43
d0cc3ed
Compare
Choose a tag to compare

Updated examples + the function getMultipleWaves, which is now more robust but also can significantly increase the computational time.

Generalized SEIR Epidemic Model (fitting and computation)

28 Sep 13:49
4f3529f
Compare
Choose a tag to compare

Updates:

  • Examples updated.
  • Minor bug corrected in the example dealing with the US cities ad states.
  • The initial and final times are now chosen more easily by the user. This should greatly simplify the fitting procedure.
  • The data from the Italian regions seems to be no longer available before June 2020
  • Minor update for the functions used to fit multiple epidemic waves.

Full description of the code and documentation available at:

Generalized SEIR Epidemic Model (fitting and computation)

28 Jun 18:42
8970f34
Compare
Choose a tag to compare

Updates:

  • Added a folder Documentation.pdf that display the examples and documentation in a pdf format
  • Examples updated
  • Deleted the example with French regions, since the data were no longer updated
  • Added an optional parameter in datetime, which improve the code performance for users in e.g. China (cf. Issue Time error #13)

Full description of the code and documentation available at:

Generalized SEIR Epidemic Model (fitting and computation)

21 Jun 13:45
c510bae
Compare
Choose a tag to compare

Generalized SEIR Epidemic Model (fitting and computation)

03 Jun 21:26
41362b6
Compare
Choose a tag to compare

Corrected a typo in the documentation

Updated the example files

Added a description in the multiple wave simulation (the quality of the fit depends on the initial number of infectious and exposed)

The full description of the code is available on https://se.mathworks.com/matlabcentral/fileexchange/74545-generalized-seir-epidemic-model-fitting-and-computation

Generalized SEIR Epidemic Model (fitting and computation)

23 May 21:33
5cec0f3
Compare
Choose a tag to compare

v.4.8.2

  • The coefficients used in the fatality and recovery rate are now properly defined
  • Minor improvements in the fitting algorithm
  • Updated examples
  • The initial values E0 and I0 are updated

Full description of the code on:

https://se.mathworks.com/matlabcentral/fileexchange/74545-generalized-seir-epidemic-model-fitting-and-computation

or

https://github.com/ECheynet/SEIR

Generalized SEIR Epidemic Model (fitting and computation)

10 May 19:22
56bf639
Compare
Choose a tag to compare

Correction of a typographical error in Documentation.mlx

Generalized SEIR Epidemic Model (fitting and computation)

10 May 19:17
85af563
Compare
Choose a tag to compare

Added additional condition for the selection of the country (thank to Aleks Czernicki). For more details, see: #12

The file Tutorial.mlx is renamed Documentation.mlx and is more detailed.

v4.7

07 May 19:59
df1fb93
Compare
Choose a tag to compare

Added new functions and one new example for:

  • plotting the computed and fitted deaths and recovery rate. These are useful to check whether the fitting is successful or not. Bad fitting means that a local minimum was found.

  • Simulating and fitting cases where multiple epidemic waves are observed. The example or several Chinese provinces are used for this purpose.

  • Example1.mlx was renamed Tutorial.mlx, Example2 was renamed Example_province_region and Example3 was renamed Example_Country.

v4.6

03 May 15:57
2f2d938
Compare
Choose a tag to compare

Improved time-dependant death rates