This repository contains Julia code used to generate figures for the paper titled "Ebola epidemic model with dynamic population and memory". The code generates the figures based on data stored in the datoswho.csv
file.
The code requires the following Julia packages to be installed:
- FdeSolver.jl
- CSV.jl
- DataFrames.jl
- DelimitedFiles.jl
- SpecialFunctions.jl
- Plots.jl
- Optim.jl
- StatsBase.jl
- LinearAlgebra.jl
- Interpolations.jl
- LaTeXStrings.jl
- Clone the repository to your local machine.
git clone https://github.com/moeinkh88/Ebola_modelling.git
- Install the required packages listed above
using Pkg
Pkg.add("PackageName")
- Run Allplots_Models280.jl to generate the figures.
This code is released under the MIT License.