Overview
epydemic is a Python library that implements simulations of epidemic (and other) processes over networks. Epidemic processes are very important in both network science and its applications. The most common application is to study the was in which diseases progress in different network conditions, depending on their infectiousness and other properties.
epydemic provides the basic simulation machinery for performing epidemic simulations under two different simulation regimes: synchronous simulation in which time proceeds in discrete time intervals, and stochastic or Gillespuie simulations which are better for handling a wider range of probabilities (but which are slightly harder to specify).
Installation
You can install epydemic directly from PyPi using pip:
pip install epydemic
The master distribution of epydemic is hosted on GitHub. To obtain a copy, just clone the repo:
git clone git@github.com:simoninireland/epydemic.git cd epydemic python setup.py install
Documentation
The doc/ directory contains an IPython notebook that describes the use of epydemic in detail. You can also read it directly online <https://github.com/simoninireland/epydemic/blob/master/doc/epydemic.ipynb>.
Release files for epydemic 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| epydemic-0.3.0.tar.gz | 42.5 kB | Details |
Release files / epydemic-0.3.0.tar.gz
| Download URL | epydemic-0.3.0.tar.gz |
|---|---|
| Size | 42.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6b739ee83bcded1433a93dcb24bc60f38cfb1352e61ec3017d8add233edf09d3
|
|
BLAKE2b-256 checksum How to use checksums |
2a82fcec3ecfe801a9aa9629a8e4e0cd280826f8b17593a021e62a7add55f899
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |