Project III (MATH3382) 2023-24


Covid 19

Bernard Piette

Description

The epidemic of Covid 19 has taken the world by surprise with unprecedented consequences. Different countries have reacted differently in trying to control the progression of the epidemic and to return to a seemingly normal mode of life.

Yet, epidemics are very easy to model and making forecasts is quite simple. Data for Covid 19 were readily available from the beginning of the year 2020, allowing to make good predictions. Ultimately, if science provide the information, politics is what drives the decisions, good or bad.

The aim of the project is to model the epidemic of Covid 19. Such model depends mostly on one parameter: the infection rate R and it can be determined for each country, as a function of time, from the casualty data available.

We will start by understanding what happened and why the epidemic progressed so quickly. We will then be able to investigate several problems such as understanding the impact of closing borders or how to protect closed environments such as care homes. We will also be able to investigate different methods to get out of confinement.

The model we will use are the so-called SEIR model which involves Ordinary Differential Equations but one can also use the so called agent based models which simulate the interaction between individuals and try to estimate R.

Because the equations for the models are non-linear one much solve them numerically. As a result the project will involve a fair amount of programming in python, (or, for those who wish to, other languages such as C or C++).

Prerequisites

  • Programming (MATH1041) or equivalent
  • Mathematical Modelling would be useful but is not required (MATH2637)

Resources

email: Bernard Piette


Back