Skip to content

Reduce person-to-person contact in order to make spreading the disease less likely. Spread out the spread of disease in time as much as possible to allow hospitals to help every sick patient to minimize deaths, increase survival rate.

thejunaidiqbal/social-distancing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Social Distancing

Reduce person-to-person contact in order to make spreading the disease less likely. Spread out the spread of disease in time as much as possible to allow hospitals to help every sick patient to minimize deaths, increase survival rate.

Simulate the situation using SEIR epidemiological model

  • S = Sucsceptible
  • E = Exposed
  • I = Infected
  • R = Recovered

Population moves from one stage to the other. dS/dt = - rho * beta * S * I dE/dt = (rho * beta * S * I) - (alpha * I) dI/dt = (alpha * E) - (gamma * I) dR/dt = gamma * I

N = S + E + I + R (total population is fixed)

rho is the social distancing effect (Contact rate between people)
Rho = 1 means no social distancing. 0 means everyone is locked down.

Author

You can get in touch with me on my LinkedIn Profile:-

Muhammad Junaid Iqbal

LinkedIn Link

You can follow me on my GitHub Profile for more updates on my Open Source Projects:
GitHub Follow

If you liked the repo then kindly support it by giving it a star ⭐⭐⭐⭐⭐!
GitHub stars

If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.

Issues

GitHub issues

If you face any issue in my project, you can create a new issue in the "Issues Section" and I will be glad to help you out.

About

Reduce person-to-person contact in order to make spreading the disease less likely. Spread out the spread of disease in time as much as possible to allow hospitals to help every sick patient to minimize deaths, increase survival rate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages