Welcome to Epydemix’s Documentation!

The source code for Epydemix is available on GitHub: Epydemix Repository.

GitHub Repo Documentation Status License: GPL v3 Code coverage status https://raw.githubusercontent.com/epistorm/epydemix/main/tutorials/img/epydemix-logo.png

Epydemix is a Python package for epidemic modeling. It provides tools to create, calibrate, and analyze epidemic models, allowing users to simulate the spread of infectious diseases using different compartmental models, contact layers, and calibration techniques.

Features:

  • Define and simulate compartmental models (e.g., SIR, SEIR).

  • Integrate real-world population data with contact matrices.

  • Calibrate models using Approximate Bayesian Computation (ABC).

  • Visualize simulation results with built-in plotting tools.

  • Extensible framework for modeling interventions and policy scenarios.

Installation

To install Epydemix, use the following command:

pip install epydemix

Get started

We provide a series of tutorials to help you get started with Epydemix:

API Reference

Indices and tables