based on SIRD model
GUI created in C++ with Qt library. QCustomPlot was used to generate plots.
where :
S - healthy population susceptible to infection
I - infected population
R - a recovered, resistant population
D - dead population
- infection rate
- recovery rate
- mortality rate
First order Runge Kutta method (the Euler method) is used to solve the above ODE system