CharlesVitry / Simulation_RK4

Creating a disease simulation model

Home Page:https://8u32vl-charles0vitry0.shinyapps.io/SimulationRK4/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Creating a disease simulation model

https://8u32vl-charles0vitry0.shinyapps.io/SimulationRK4/


Languages

Language:Python 78.4%Language:R 21.6%