Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page