ARBO is a Matlab/C++ package for simulation and analysis of arbovirus nonlinear dynamics.
ARBO: Arbovirus Modeling and Uncertainty Quantification Toolbox is a comprehensive Matlab/C++ package designed for the simulation and analysis of arbovirus nonlinear dynamics. Developed with an educational approach, ARBO is intuitive and user-friendly, making it accessible for researchers and students alike.
ARBO was developed to simulate the nonlinear dynamics of an epidemic model to describe the Zika Virus outbreak in Brazil. It includes modules for solving initial value problems, calibration problems, model enrichment, and uncertainty quantification.
This code was developed to simulate the nonlinear dynamics of a epidemic model to describe Zika Virus outbreak in Brazil. It also solves an inverse problem to calibrate the underlying dynamic model parameters using real data as reference. These results are reported in the following paper:
A third module includes a model enrichment approach, that uses discrepancy operator calibrated with data to compensate epidemic uncertainties in the epidemic model structure. The framework and some results are reported in:
The code also includes an uncertainty quantification module, that uses a probabilistic model to deal with the model parameters uncertainties. This framework and some results of the stochastic simulations are reported in:
To get started with ARBO, follow these steps:
git clone https://github.com/americocunhajr/ARBO.git
cd ARBO/ARBO-1.0
The Matlab main routines and functions of the code are described below:
A description C++ program can be seen inside model_enrichment directory, where you can find a README file with instructions.
The routines in ARBO are well-commented to explain their functionality. Each routine includes a description of its purpose, as well as inputs and outputs.
Simulations done with ARBO are fully reproducible, as can be seen on this CodeOcean capsule
If you use ARBO in your research, please cite the following publications:
@article{Tosin2022ARBO,
author = {M. Tosin and E. Dantas and A. {Cunha~Jr} and R. E. Morrison},
title = "{ARBO: Arbovirus modeling and uncertainty quantification toolbox}",
journal = {Software Impacts},
year = {2022},
volume = {12},
pages = {100252},
doi = {10.1016/j.simpa.2022.100252},
}
@article{Dantas2018p249,
author = {E. Dantas and M. Tosin and A. {Cunha~Jr}},
title = {Calibration of a {SEIR–SEI} epidemic model to describe the {Z}ika virus outbreak in {B}razil},
journal = {Applied Mathematics and Computation},
year = {2018},
volume = {338},
pages = {249-259},
doi = {10.1016/j.amc.2018.06.024},
}
@article{Dantas2019p91,
author = {E. Dantas and M. Tosin and A. {Cunha~Jr}},
title = {An uncertainty quantification framework for a {Z}ika virus epidemic model},
journal = {Journal of Computational Interdisciplinary Sciences},
year = {2019},
volume = {10},
pages = {91-96},
doi = {10.6062/jcis.2019.10.02.0163},
}
@article{Morrison2020p051103,
author = {R. E. Morrison and A. {Cunha~Jr}},
title = {Embedded model discrepancy: {A} case study of {Z}ika modeling},
journal = {Chaos},
year = {2020},
volume = {30},
pages = {051103},
doi = {10.1063/5.0005204},
}
ARBO is released under the MIT license. See the LICENSE file for details. All new contributions must be made under the MIT license.