Skip to content

JuliaTurkuDataScience/Ebola_modelling

 
 

Repository files navigation

DOI

Ebola epidemic model with dynamic population and memory

Description

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.

Dependencies

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

Usage

  1. Clone the repository to your local machine.
git clone https://github.com/moeinkh88/Ebola_modelling.git
  1. Install the required packages listed above
using Pkg
Pkg.add("PackageName")
  1. Run Allplots_Models280.jl to generate the figures.

License

This code is released under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 99.3%
  • Shell 0.7%