Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 865 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 865 Bytes

Modeling dynamic disease-behavior feedback for improved epidemic prediction and response

figure_1

This repository provides the code for the Feedback-Informed Epidemiological Model (FIEM), which is introduced in the pre-print:

Du, Zahn et al, "Modeling dynamic disease-behavior feedbacks for improved epidemic prediction and response", 2024

To run the code, set up a virtual environment and install the dependencies:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  • /src: Contains the main source code for the FIEM.
  • /main.py: Contains the code to run FIEM and base parameters.

More detailed instructions, documentation, and examples will be added soon.