epi-sim: A library for simulating epidemics as birth-death processes.

[ library, mit, simulation ] [ Propose Tags ]

A library for simulating epidemics, with a focus on phylodynamics and observation models.

Although this package supports the definition of new models there are some that are implemented already in the Epidemic.Model module. Implemented models include:

  1. Birth-Death-Sampling-Catastrophe-Occurrence-Disaster (see Epidemic.Model.BDSCOD)

  2. Inhomogeneous Birth-Death-Sampling (see Epidemic.Model.InhomogeneousBDS)

  3. Logistic Birth-Death-Sampling-Disaster (see Epidemic.Model.LogisticBDSD)


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.2.0, 0.4.2, 0.7.0
Change log ChangeLog.md
Dependencies aeson (>=1.4.7 && <1.6), base (>=4.14.1 && <4.15), bytestring (>=0.10.10 && <0.11), hspec (>=2.7.6 && <2.8), mwc-random (>=0.14.0 && <0.16), primitive (>=0.7.0 && <0.8), statistics (>=0.15.2 && <0.16), vector (>=0.12.1 && <0.13) [details]
License MIT
Copyright 2020 Alexander Zarebski
Author Alexander Zarebski
Maintainer aezarebski@gmail.com
Category Simulation
Home page https://github.com/aezarebski/epi-sim#readme
Bug tracker https://github.com/aezarebski/epi-sim/issues
Source repo head: git clone https://github.com/aezarebski/epi-sim
Uploaded by AlexanderZarebski at 2021-04-14T16:50:30Z
Distributions
Downloads 461 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-04-14 [all 1 reports]

Readme for epi-sim-0.4.2

[back to package description]

epi-sim

A library for simulating epidemics, with a focus on phylodynamics and observation models.

Available models

Although this package supports the definition of new models there are some that are implemented already in the Epidemic.Model module. Implemented models include:

  1. Birth-Death-Sampling-Catastrophe-Occurrence-Disaster (see Epidemic.Model.BDSCOD)
  2. Inhomogeneous Birth-Death-Sampling (see Epidemic.Model.InhomogeneousBDS)
  3. Logistic Birth-Death-Sampling-Disaster (see Epidemic.Model.LogisticBDSD)