Development of a Python program for investigation of epidemic developement
Introduction
With the idea of wanting insight into the pandemic with the possibility of vaccination breakthroughs, I developed an advanced version of the SRIVD-model. For this, the following iterative algorithm was created:
(1)
For this, the following variables were used:
- Rate of infection
- Recovery rate
- Death rate
- Vaccination rate
- Susceptibility rate (recovered to susceptible)
- Rate of infection for vaccinated
- Recovery rate for vaccinated
- Death rate for vaccinated
- Susceptibility rate – vaccinated to susceptible
Below, there is a scheme which describes the above equations and my idea.

Github
Simulations
It is a lot of fun to just play around with the parameters.
Important: All parameters and ratios I used are made up. I used those, because they seemed somewhat realistic in certain scenarios and show interesting behaviour in the simulations.







