SkillAgentSearch skills...

Simulators

Simulators for Compartmental Models in Epidemiology

Install / Use

/learn @silpara/Simulators
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Simulators for different purposes

The repo currently has the following models implemented in jupyter notebooks:

  • Compartmental models namely SEIR and SEIRD which are elaborations of the basic SIR model. These models are used in epidemiology to predict the spread of a disease. E.g. variations of these basic models are being used in prediction of spread of COVID-19.
  • Estimation of SEIR and SEIRD model parameters using nonlinear least squares.

The simulator is built using IPython Widgets. Here is how SEIRD simulator looks like,<br> <img src="compartmental_models/images/seird_simulator.png" width="800"> <br> The simulator doesn't render in Jupyter notebooks hosted on GitHub but on your local machine, you will be able to run the notebook and use the simulator for various parameter values of choice. <br>

Compartmental Models

SEIR Model

<img src="compartmental_models/images/seir_model.png" width="800">

SEIRD Model

<img src="compartmental_models/images/seird_model.png" width="800">

More details on the models are provided in the corresponding notebooks.

Organization

compartmental_models

View on GitHub
GitHub Stars40
CategoryDevelopment
Updated8mo ago
Forks37

Languages

Jupyter Notebook

Security Score

72/100

Audited on Jul 25, 2025

No findings