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.19.tar.gz
(19.6 kB
view details)
File details
Details for the file epimodels-0.3.19.tar.gz
.
File metadata
- Download URL: epimodels-0.3.19.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dec0de96e6ec506e3c61b7af6d687791c6db0eb5f74a90538f2844505db60e8 |
|
MD5 | 76bbc172fa69b2fffcdcf8472502f674 |
|
BLAKE2b-256 | 5a4f09ea20a09e3940820c165bd3b0a75121f80dbab1addf92c6db2c3232c3b9 |