An all-in-one python class for forecasting which includes features for
- ageing of individuals between groups,
- mass drug administration for any given coverage and drug efficacy,
- infected human migration between separate clusters of individuals,
- individual non-compliance to treatment,
- fitting summary parameters to datasets,
- and generating posterior predictions based on these datasets
for helminth (parasitic worm) disease transmission with variable population sizes. The mathematics of the model are described in Hardwick et al. (2021).
The code runs with an optimised stochastic simulation method where best results can be attained through only a minimal (typically ~10, depending on the overall population number) number of repeat runs.
To fork, simply type into the terminal:
In the /notebooks
directory there is an ipython notebook with worked examples for easy implementation.