generic-github-user / epidemic-modelling

Simulating & analyzing the spread of infectious diseases in simplified computer models of populations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Probabilistic Infectious Disease Modelling

Introduction

This project contains Python code for simulating epidemics using stochastic models. It was inspired by this video by 3Blue1Brown on YouTube. Included are a number of classes and methods representing various approaches to estimating the dynamics of infectious disease transmission among humans and the intertangled effects of public health policy, mitigation efforts, virus mutation, etc. These provide an object-oriented approach to simulating complex population dynamics and generating statistics relating input variables including virus transmissibility, virulence, population density, movement, age/health demographics, time of intervention with output variables like mortality rate, total number of infections, network effects, etc. (with respect to time). The goal is to generate unintuitive insights about the relationships between starting conditions & population variables and outcomes.

About

Simulating & analyzing the spread of infectious diseases in simplified computer models of populations

License:GNU General Public License v2.0


Languages

Language:Python 100.0%