CE-ABC is a code to simulate the epidemic outbreaks with mechanistic models through a cross-entropy approximate Bayesian framework.
CE-ABC: Cross-Entropy Approximate Bayesian Computation is a Matlab package that implements a framework for uncertainty quantification in mechanistic epidemic models defined by ordinary differential equations (ODEs). This package combines the cross-entropy method for optimization and approximate Bayesian computation for statistical inference. With straightforward adaptations, the CE-ABC strategy can be applied to various other systems, including mechanical, electrical, and coupled systems.
CE-ABC addresses model calibration and uncertainty quantification in mechanistic models, primarily for epidemic modeling. The package integrates the cross-entropy method, which is a powerful optimization technique, with approximate Bayesian computation, a statistical inference method. This combination allows for efficient and accurate calibration and uncertainty quantification in ODE-based models.
For more details, refer to the following paper:
Preprint available here.
To get started with CE-ABC, follow these steps:
git clone https://github.com/americocunhajr/CE-ABC.git
cd CE-ABC/CE-ABC-1.0
Main_IVP_SEIRpAHD
Main_CE_ABC_SEIRpAHD
Main_CE_ABC_SEIRpAHDbeta
Main_COVID19RJ_Data_plot
CE-ABC routines are well-commented to explain their functionality. Each routine includes a description of its purpose and a list of inputs and outputs. Examples with representative benchmark tests are provided to illustrate the code’s functionality.
Simulations done with CE-ABC are fully reproducible, as can be seen on this CodeOcean capsule.
If you use CE-ABC in your research, please cite the following publication:
@article{CunhaJr2023p9649,
author = {A {Cunha~Jr} and D. A. W. Barton and T. G. Ritto},
title = {Uncertainty quantification in mechanistic epidemic models via cross-entropy approximate Bayesian computation},
journal = {Nonlinear Dynamics},
year = {2023},
volume = {111},
pages = {9649–9679},
doi = {10.1007/s11071-023-08327-8},
}
CE-ABC is released under the MIT license. See the LICENSE file for details. All new contributions must be made under the MIT license.