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
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.
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.5.3.tar.gz
(15.4 kB
view details)
File details
Details for the file epimodels-0.5.3.tar.gz
.
File metadata
- Download URL: epimodels-0.5.3.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ccc92bccd363d9130cb117af33b3f7d1235736929fee759401e3ad7875d7fa87
|
|
MD5 |
7b8b1e50bbf1192cb4b9574c250d8633
|
|
BLAKE2b-256 |
d3c99710f207920bc9e72a831c8addec178dc22e14ce160d5b27ec9b01a5803d
|