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.6.tar.gz
(177.1 kB
view details)
File details
Details for the file epimodels-0.3.6.tar.gz
.
File metadata
- Download URL: epimodels-0.3.6.tar.gz
- Upload date:
- Size: 177.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f3b58d87de3b08b41e7e55e84e626fe3720ab0267774041b2c6624983b5c1b9 |
|
MD5 | 4ca514977a217a6b7ddd8d221dc90e1c |
|
BLAKE2b-256 | 9374a7f6c52cf3aac47015b33a00fdbe143160ef6173f28ffeee4e697f605141 |