Skip to content

Library for simulation with mathematical epidemiology models

License

Notifications You must be signed in to change notification settings

fccoelho/epimodels

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

441ae16 · Dec 19, 2024

History

61 Commits
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Oct 29, 2018
Oct 29, 2018
Dec 18, 2024
Oct 29, 2018
Oct 29, 2018
Oct 29, 2018
Dec 18, 2024
May 18, 2020
Dec 19, 2024
Dec 18, 2024
Dec 18, 2024

Repository files navigation

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.

About

Library for simulation with mathematical epidemiology models

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages