Software
Network-Based Disease Simulation Model using Susceptible, Exposed, Infected, Recover Agent-Based Model (GraphSEIR.jl)
GraphSEIR is a network-based disease simulation model. This model takes as input a graph or network instance that captures contact patterns in a population. The model then uses an agent-based model called SEIR (Susceptible, Exposed, Infected, Recovered) that describes how disease spreads across this graph topology to produce simulated infection statistics.
This is a Julia package and requires a local installation of Julia. Documentation for this tool can be found at More Information.