Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.12 KB

Vector-borne disease models

This package implements a number of vector-borne disease models in Birch. They are useful for modelling epidemics of mosquito-borne diseases such as Zika and dengue. The original model is described in Funk et al. (2016), and the particular model implemented here in Murray et al. (2018).

The implementation is based on the original implementation by Sebastian Funk, which was in LibBi. The model has been adapted from continuous-time and state to discrete-time and state.

Installation

To build and install, use:

birch build
birch install

To run:

./run.sh

References