Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 753 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 753 Bytes

This repository contains the code for the decoupled Covid-19 epidemic model of Alex Arenas et al. described in [1, 2].

The function iterate_model in arenas_model.py runs by passing initial conditions, parameters, and the number of days to simulate.

The script test.ty makes a very simple simulation using the paremeters reported in [2] with artificial data on the initial conditions and total population. The figure below shows a typical output of the simulation by imposing containtment and release measures.