Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
/ sir-modeling Public archive

SIR (Susceptible, Infectious, Recovered) Model Using Python

Notifications You must be signed in to change notification settings

lwuminhtris/sir-modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SIR Simple Modelling

SIR (Susceptible, Infectious, Recovered) is a epidemiological model using to predict how an infectious disease spread with such numbers of quantities representing the number of people suspected, infected and recovered. Below is the image showing how we simulate an infectious disease using SIR

Mathematical Equations

For more detail, please visit https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology#The_SIR_model_without_vital_dynamics, I'm using euler method to solve those differential equations Simulated of an infectious disease

How-to-run

It's just require Python and Matplotlib library to run, to install Matplotlib using the below command

$ pip install matplotlib

Then just run main.py

About

SIR (Susceptible, Infectious, Recovered) Model Using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages