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.11.tar.gz
(33.7 kB
view details)
File details
Details for the file epimodels-0.3.11.tar.gz
.
File metadata
- Download URL: epimodels-0.3.11.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.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c561b9e9eca55f417b9f7398c794d64b322e1a59069922235df5dce3215f40c |
|
MD5 | 2b7d4d139685d6dd318a669d7fd18cf6 |
|
BLAKE2b-256 | 1d3ddf85c335e1a3f23578241496373605b226741ac9be2ca9b1a69cfdf89d01 |