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.21.tar.gz
(20.1 kB
view details)
Built Distribution
File details
Details for the file epimodels-0.3.21.tar.gz
.
File metadata
- Download URL: epimodels-0.3.21.tar.gz
- Upload date:
- Size: 20.1 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 | 7837c86ce1aa56a7d84b841eded869d0b99a899e54efcd33e43392b4b0fa362a |
|
MD5 | e1a4a317e139b2daf01ba636f871e538 |
|
BLAKE2b-256 | ca3259cd57b435a43a5b7e13a62eb4d25818a1b1ea669953f381af322e7a3898 |
File details
Details for the file epimodels-0.3.21-py3-none-any.whl
.
File metadata
- Download URL: epimodels-0.3.21-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Linux/5.15.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30966374f583ff341a35c846c041bdc3b82b6a3f61e7d0f859dac223cf4674ac |
|
MD5 | 63ab16e834d5e0bc52e4781265392b9a |
|
BLAKE2b-256 | 37a6fa746edb2e5fc88165d41c7ee93405029eb2082c4a1fa7b46e34e4bde971 |