Skip to content

CharlesVitry/Simulation_RK4

Repository files navigation

RK4 on SIR and SIRCDV

This project uses the Runge-Kutta 4th order method (RK4) to simulate the spread of a disease within a population using the Susceptible-Infected-Recovered (SIR) model. Additionally, it includes a more complex model that takes into account more factors.

Prerequisites

The R implementation

R > 3.x
Tidyverse
Rcartocolor

The Python implementation

Python 3.x
NumPy
Pandas

Installing

Clone the repository to your local machine:

https://github.com/CharlesVitry/Simulation_RK4.git

Usage

  • Run the R version with app.R
  • Run the python version with app.py

Releases

No releases published

Packages

No packages published