Library of mathematical epidemic models for use in simulation studies and inference
Project description
# Epimodels
This library a simple interface to simulate mathematical epidemic models.
## Getting started
Simple SIR simulation
`python from epimodels.continuous.models import SIR model = SIR() model([1000, 1, 0], [0, 50], 1001, {'beta': 2, 'gamma': .1}) model.plot_traces() `
### Related libraries
For stochastic epidemic models check [this](https://github.com/fccoelho/EpiStochModels).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
epimodels-0.3.14.tar.gz
(33.7 kB
view details)
File details
Details for the file epimodels-0.3.14.tar.gz
.
File metadata
- Download URL: epimodels-0.3.14.tar.gz
- Upload date:
- Size: 33.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.2.0 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b909a33eddff04f452c86c32531718bfb9a13929ce8751c3cf7c8e42be4ed5ed |
|
MD5 | 53adca73120dfed351fa4723a9ea38dc |
|
BLAKE2b-256 | 701553b1a10276df03eb4169bdb556d0c56657e6a0dcf96794922d9efe0ecd57 |