Load add-on packages - deSolve - contains lsoda function - differential equation solver.

library (EpiModel)
## Loading required package: deSolve
## 
## Attaching package: 'deSolve'
## 
## The following object is masked from 'package:graphics':
## 
##     matplot
## 
## Loading required package: networkDynamic
## Loading required package: network
## network: Classes for Relational Data
## Version 1.13.0 created on 2015-08-31.
## copyright (c) 2005, Carter T. Butts, University of California-Irvine
##                     Mark S. Handcock, University of California -- Los Angeles
##                     David R. Hunter, Penn State University
##                     Martina Morris, University of Washington
##                     Skye Bender-deMoll, University of Washington
##  For citation information, type citation("network").
##  Type help("network-package") to get started.
## 
## 
## networkDynamic: version 0.8.0, created on 2015-09-14
## Copyright (c) 2015, Carter T. Butts, University of California -- Irvine
##                     Ayn Leslie-Cook, University of Washington
##                     Pavel N. Krivitsky, University of Wollongong
##                     Skye Bender-deMoll, University of Washington
##                     with contributions from
##                     Zack Almquist, University of California -- Irvine
##                     David R. Hunter, Penn State University
##                     Li Wang
##                     Kirk Li, University of Washington
##                     Steven M. Goodreau, University of Washington
##                     Jeffrey Horner
##                     Martina Morris, University of Washington
## Based on "statnet" project software (statnet.org).
## For license and citation information see statnet.org/attribution
## or type citation("networkDynamic").
## 
## Loading required package: tergm
## Loading required package: statnet.common
## Loading required package: ergm
## 
## ergm: version 3.4.0, created on 2015-06-16
## Copyright (c) 2015, Mark S. Handcock, University of California -- Los Angeles
##                     David R. Hunter, Penn State University
##                     Carter T. Butts, University of California -- Irvine
##                     Steven M. Goodreau, University of Washington
##                     Pavel N. Krivitsky, University of Wollongong
##                     Martina Morris, University of Washington
##                     with contributions from
##                     Li Wang
##                     Kirk Li, University of Washington
## Based on "statnet" project software (statnet.org).
## For license and citation information see statnet.org/attribution
## or type citation("ergm").
## 
## NOTE: If you use custom ERGM terms based on 'ergm.userterms'
## version prior to 3.1, you will need to perform a one-time update
## of the package boilerplate files (the files that you did not write
## or modify) from 'ergm.userterms' 3.1 or later. See
## help('eut-upgrade') for instructions.
## 
## 
## Attaching package: 'ergm'
## 
## The following objects are masked from 'package:network':
## 
##     as.edgelist, as.edgelist.matrix, as.edgelist.network
## Warning: replacing previous import by 'network::as.edgelist.network' when
## loading 'tergm'
## Warning: replacing previous import by 'network::as.edgelist.matrix' when
## loading 'tergm'
## Warning: replacing previous import by 'network::as.edgelist' when loading
## 'tergm'
## 
## tergm: version 3.3.0, created on 2015-06-14
## Copyright (c) 2015, Pavel N. Krivitsky, University of Wollongong
##                     Mark S. Handcock, University of California -- Los Angeles
##                     with contributions from
##                     David R. Hunter, Penn State University
##                     Steven M. Goodreau, University of Washington
##                     Martina Morris, University of Washington
##                     Nicole Bohme Carnegie, New York University
##                     Carter T. Butts, University of California -- Irvine
##                     Ayn Leslie-Cook, University of Washington
##                     Skye Bender-deMoll
##                     Li Wang
##                     Kirk Li, University of Washington
## Based on "statnet" project software (statnet.org).
## For license and citation information see statnet.org/attribution
## or type citation("tergm").
## Warning: replacing previous import by 'network::as.edgelist.network' when
## loading 'EpiModel'
## Warning: replacing previous import by 'network::as.edgelist.matrix' when
## loading 'EpiModel'
## Warning: replacing previous import by 'network::as.edgelist' when loading
## 'EpiModel'

Set Network Structure

nw <- network.initialize(n = 150, directed = FALSE)
nw <- set.vertex.attribute(nw, "race", rep(0:1, each = 75))

Formulate Partnership Formation

formation <- ~edges + nodefactor("race") + nodematch("race") + concurrent

Calculate the target statistics

target.stats <- c(30, 30, 23, 25)
coef.diss <- dissolution_coefs(dissolution = ~offset(edges), duration = 15)
coef.diss
## Dissolution Coefficients
## =======================
## Dissolution Model: ~offset(edges)
## Edge Duration: 15
## Crude Coefficient: 2.639057
## Adjusted Coefficient: 2.639057
## Death rate: 0

Fit Model

function (nw, formation, target.stats, coef.diss, constraints, 
    coef.form = NULL, edapprox = TRUE, output = "fit", set.control.ergm, 
    set.control.stergm, nonconv.error = FALSE, verbose = FALSE) 
NULL 
## function (nw, formation, target.stats, coef.diss, constraints, 
##     coef.form = NULL, edapprox = TRUE, output = "fit", set.control.ergm, 
##     set.control.stergm, nonconv.error = FALSE, verbose = FALSE) 
## NULL
est1 <- netest(nw, formation, target.stats, coef.diss, edapprox = TRUE)
## Starting maximum likelihood estimation via MCMLE:
## Iteration 1 of at most 20: 
## The log-likelihood improved by 2.874 
## Step length converged once. Increasing MCMC sample size.
## Iteration 2 of at most 20: 
## The log-likelihood improved by 0.8405 
## Step length converged twice. Stopping.
## 
## This model was fit using MCMC.  To examine model diagnostics and check for degeneracy, use the mcmc.diagnostics() function.

Simulate Model Fit Dynamics

dx <- netdx(est1, nsims = 5, nsteps = 120,
            nwstats.formula = ~edges + nodefactor("race", base = 0) +
                               nodematch("race") + concurrent)
## 
## Network Diagnostics
## -----------------------
## - Simulating 5 networks
##   |*****|
## - Calculating formation statistics
## - Calculating duration statistics
##   |*****|
## - Calculating dissolution statistics
##   |*****|
## 

Print output

dx
## EpiModel Network Diagnostics
## =======================
## Diagnostic Method: Dynamic
## Simulations: 5
## Time Steps per Sim: 120
## 
## Formation Diagnostics
## ----------------------- 
##                   Target Sim Mean Pct Diff Sim SD
## edges                 30   32.575    0.086  7.137
## nodefactor.race.0     NA   30.507       NA 11.445
## nodefactor.race.1     30   34.643    0.155  8.623
## nodematch.race        23   24.512    0.066  6.155
## concurrent            25   26.087    0.043  6.697
## 
## Dissolution Diagnostics
## ----------------------- 
##                Target Sim Mean Pct Diff Sim SD
## Edge Duration  15.000   13.234   -0.118 12.783
## Pct Edges Diss  0.067    0.064   -0.037  0.044

The simualted mean of edges, 33.455, is higher than the target mean of 30. This trend is consistent with the nodes of each race and the number of concurrent being higher than the target. We expect about a 7% of edge dissolve each day. There is a simmualted mean dissolution of edges of about 8% per day.

Plot Diagnostics

par(mar = c(3,3,1,1), mgp = c(2,1,0))
plot(dx)

par(mfrow = c(1, 2))
plot(dx, type = "duration")
plot(dx, type = "dissolution")

Epidemic Simulation

param <- param.net(inf.prob = 0.4, act.rate = 4, rec.rate = 0.125)
init <- init.net(i.num = 15)
control <- control.net(type = "SIS", nsteps = 120, nsims = 5, epi.by = "race")

Simulate Model

sim1 <- netsim(est1, param, init, control)
## 
## * Starting Network Simulation
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 2/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 11
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 3/120
## Incidence: 1
## Recoveries: 0
## Prevalence: 12
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 4/120
## Incidence: 1
## Recoveries: 0
## Prevalence: 13
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 5/120
## Incidence: 1
## Recoveries: 3
## Prevalence: 11
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 6/120
## Incidence: 2
## Recoveries: 1
## Prevalence: 12
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 7/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 13
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 8/120
## Incidence: 1
## Recoveries: 1
## Prevalence: 13
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 9/120
## Incidence: 3
## Recoveries: 1
## Prevalence: 15
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 10/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 15
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 11/120
## Incidence: 3
## Recoveries: 6
## Prevalence: 12
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 12/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 11
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 13/120
## Incidence: 1
## Recoveries: 1
## Prevalence: 11
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 14/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 11
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 15/120
## Incidence: 3
## Recoveries: 0
## Prevalence: 14
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 16/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 16
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 17/120
## Incidence: 3
## Recoveries: 1
## Prevalence: 18
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 18/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 20
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 19/120
## Incidence: 5
## Recoveries: 2
## Prevalence: 23
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 20/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 25
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 21/120
## Incidence: 3
## Recoveries: 1
## Prevalence: 27
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 22/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 28
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 23/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 28
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 24/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 29
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 25/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 31
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 26/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 32
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 27/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 32
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 28/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 34
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 29/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 34
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 30/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 36
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 31/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 38
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 32/120
## Incidence: 8
## Recoveries: 3
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 33/120
## Incidence: 7
## Recoveries: 3
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 34/120
## Incidence: 9
## Recoveries: 6
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 35/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 36/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 37/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 38/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 39/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 40/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 41/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 42/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 43/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 44/120
## Incidence: 7
## Recoveries: 10
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 45/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 46/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 47/120
## Incidence: 11
## Recoveries: 12
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 48/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 49/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 50/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 51/120
## Incidence: 5
## Recoveries: 8
## Prevalence: 39
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 52/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 38
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 53/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 39
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 54/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 40
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 55/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 56/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 57/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 58/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 59/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 60/120
## Incidence: 8
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 61/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 62/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 63/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 64/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 65/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 66/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 67/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 68/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 69/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 70/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 71/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 72/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 73/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 74/120
## Incidence: 2
## Recoveries: 1
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 75/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 76/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 77/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 78/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 79/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 80/120
## Incidence: 4
## Recoveries: 6
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 81/120
## Incidence: 8
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 82/120
## Incidence: 7
## Recoveries: 10
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 83/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 84/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 85/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 86/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 87/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 88/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 89/120
## Incidence: 9
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 90/120
## Incidence: 9
## Recoveries: 11
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 91/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 92/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 93/120
## Incidence: 3
## Recoveries: 6
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 94/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 95/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 96/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 97/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 98/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 99/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 100/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 101/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 102/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 103/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 104/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 105/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 106/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 107/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 108/120
## Incidence: 9
## Recoveries: 8
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 109/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 110/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 111/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 112/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 113/120
## Incidence: 3
## Recoveries: 7
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 114/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 115/120
## Incidence: 12
## Recoveries: 11
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 116/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 117/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 118/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 119/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 1/5
## Timestep: 120/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 2/120
## Incidence: 3
## Recoveries: 1
## Prevalence: 16
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 3/120
## Incidence: 2
## Recoveries: 0
## Prevalence: 18
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 4/120
## Incidence: 3
## Recoveries: 1
## Prevalence: 20
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 5/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 21
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 6/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 21
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 7/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 23
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 8/120
## Incidence: 5
## Recoveries: 2
## Prevalence: 26
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 9/120
## Incidence: 2
## Recoveries: 7
## Prevalence: 21
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 10/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 22
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 11/120
## Incidence: 6
## Recoveries: 2
## Prevalence: 26
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 12/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 29
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 13/120
## Incidence: 9
## Recoveries: 8
## Prevalence: 30
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 14/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 32
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 15/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 33
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 16/120
## Incidence: 6
## Recoveries: 8
## Prevalence: 31
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 17/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 32
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 18/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 33
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 19/120
## Incidence: 10
## Recoveries: 8
## Prevalence: 35
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 20/120
## Incidence: 7
## Recoveries: 1
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 21/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 22/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 23/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 40
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 24/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 25/120
## Incidence: 7
## Recoveries: 10
## Prevalence: 38
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 26/120
## Incidence: 7
## Recoveries: 4
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 27/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 28/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 29/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 30/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 31/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 32/120
## Incidence: 3
## Recoveries: 5
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 33/120
## Incidence: 11
## Recoveries: 11
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 34/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 35/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 36/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 37/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 38/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 39/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 40/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 41/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 42/120
## Incidence: 1
## Recoveries: 4
## Prevalence: 41
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 43/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 44/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 45/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 46/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 47/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 48/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 49/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 50/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 51/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 52/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 53/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 54/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 55/120
## Incidence: 6
## Recoveries: 8
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 56/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 57/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 58/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 59/120
## Incidence: 2
## Recoveries: 4
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 60/120
## Incidence: 4
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 61/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 62/120
## Incidence: 6
## Recoveries: 8
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 63/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 64/120
## Incidence: 9
## Recoveries: 5
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 65/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 66/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 67/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 68/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 69/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 70/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 71/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 72/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 73/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 74/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 75/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 76/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 77/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 78/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 79/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 80/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 81/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 82/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 83/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 84/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 85/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 86/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 87/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 88/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 89/120
## Incidence: 0
## Recoveries: 3
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 90/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 91/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 92/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 93/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 94/120
## Incidence: 6
## Recoveries: 9
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 95/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 96/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 97/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 98/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 99/120
## Incidence: 11
## Recoveries: 11
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 100/120
## Incidence: 10
## Recoveries: 8
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 101/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 102/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 103/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 104/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 105/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 106/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 107/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 108/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 109/120
## Incidence: 12
## Recoveries: 12
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 110/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 111/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 112/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 113/120
## Incidence: 8
## Recoveries: 5
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 114/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 115/120
## Incidence: 6
## Recoveries: 9
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 116/120
## Incidence: 10
## Recoveries: 10
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 117/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 118/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 119/120
## Incidence: 9
## Recoveries: 13
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 2/5
## Timestep: 120/120
## Incidence: 12
## Recoveries: 9
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 2/120
## Incidence: 6
## Recoveries: 0
## Prevalence: 27
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 3/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 29
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 4/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 31
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 5/120
## Incidence: 6
## Recoveries: 2
## Prevalence: 35
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 6/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 35
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 7/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 37
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 8/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 40
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 9/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 10/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 11/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 12/120
## Incidence: 3
## Recoveries: 7
## Prevalence: 43
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 13/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 14/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 15/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 16/120
## Incidence: 11
## Recoveries: 8
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 17/120
## Incidence: 6
## Recoveries: 2
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 18/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 19/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 20/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 21/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 22/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 23/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 24/120
## Incidence: 4
## Recoveries: 8
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 25/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 26/120
## Incidence: 11
## Recoveries: 9
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 27/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 28/120
## Incidence: 10
## Recoveries: 5
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 29/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 30/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 31/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 32/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 33/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 34/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 35/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 36/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 37/120
## Incidence: 10
## Recoveries: 11
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 38/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 39/120
## Incidence: 3
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 40/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 41/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 42/120
## Incidence: 11
## Recoveries: 9
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 43/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 44/120
## Incidence: 6
## Recoveries: 9
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 45/120
## Incidence: 10
## Recoveries: 6
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 46/120
## Incidence: 10
## Recoveries: 6
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 47/120
## Incidence: 10
## Recoveries: 13
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 48/120
## Incidence: 6
## Recoveries: 8
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 49/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 50/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 51/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 52/120
## Incidence: 5
## Recoveries: 2
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 53/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 54/120
## Incidence: 14
## Recoveries: 12
## Prevalence: 64
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 55/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 63
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 56/120
## Incidence: 12
## Recoveries: 9
## Prevalence: 66
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 57/120
## Incidence: 11
## Recoveries: 12
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 58/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 59/120
## Incidence: 10
## Recoveries: 10
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 60/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 63
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 61/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 62/120
## Incidence: 8
## Recoveries: 12
## Prevalence: 61
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 63/120
## Incidence: 10
## Recoveries: 14
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 64/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 65/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 66/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 67/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 68/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 69/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 70/120
## Incidence: 7
## Recoveries: 9
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 71/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 72/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 73/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 74/120
## Incidence: 12
## Recoveries: 11
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 75/120
## Incidence: 12
## Recoveries: 11
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 76/120
## Incidence: 8
## Recoveries: 11
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 77/120
## Incidence: 11
## Recoveries: 8
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 78/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 79/120
## Incidence: 9
## Recoveries: 11
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 80/120
## Incidence: 6
## Recoveries: 12
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 81/120
## Incidence: 10
## Recoveries: 5
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 82/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 83/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 84/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 85/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 86/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 87/120
## Incidence: 4
## Recoveries: 6
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 88/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 89/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 90/120
## Incidence: 8
## Recoveries: 5
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 91/120
## Incidence: 11
## Recoveries: 8
## Prevalence: 63
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 92/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 63
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 93/120
## Incidence: 7
## Recoveries: 11
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 94/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 95/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 96/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 97/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 98/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 99/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 100/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 101/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 102/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 103/120
## Incidence: 2
## Recoveries: 6
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 104/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 105/120
## Incidence: 11
## Recoveries: 7
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 106/120
## Incidence: 4
## Recoveries: 6
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 107/120
## Incidence: 11
## Recoveries: 11
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 108/120
## Incidence: 9
## Recoveries: 8
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 109/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 110/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 111/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 112/120
## Incidence: 10
## Recoveries: 10
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 113/120
## Incidence: 5
## Recoveries: 8
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 114/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 115/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 116/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 117/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 118/120
## Incidence: 9
## Recoveries: 11
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 119/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 3/5
## Timestep: 120/120
## Incidence: 2
## Recoveries: 3
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 2/120
## Incidence: 8
## Recoveries: 2
## Prevalence: 18
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 3/120
## Incidence: 5
## Recoveries: 2
## Prevalence: 21
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 4/120
## Incidence: 6
## Recoveries: 2
## Prevalence: 25
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 5/120
## Incidence: 9
## Recoveries: 2
## Prevalence: 32
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 6/120
## Incidence: 12
## Recoveries: 7
## Prevalence: 37
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 7/120
## Incidence: 9
## Recoveries: 6
## Prevalence: 40
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 8/120
## Incidence: 12
## Recoveries: 6
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 9/120
## Incidence: 9
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 10/120
## Incidence: 8
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 11/120
## Incidence: 13
## Recoveries: 11
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 12/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 13/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 14/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 15/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 16/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 17/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 18/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 19/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 20/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 21/120
## Incidence: 10
## Recoveries: 8
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 22/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 23/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 24/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 25/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 26/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 27/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 28/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 29/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 30/120
## Incidence: 8
## Recoveries: 4
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 31/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 32/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 61
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 33/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 34/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 35/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 36/120
## Incidence: 11
## Recoveries: 12
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 37/120
## Incidence: 6
## Recoveries: 9
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 38/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 39/120
## Incidence: 10
## Recoveries: 8
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 40/120
## Incidence: 10
## Recoveries: 8
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 41/120
## Incidence: 14
## Recoveries: 14
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 42/120
## Incidence: 14
## Recoveries: 12
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 43/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 63
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 44/120
## Incidence: 6
## Recoveries: 9
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 45/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 46/120
## Incidence: 9
## Recoveries: 8
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 47/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 48/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 49/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 50/120
## Incidence: 10
## Recoveries: 11
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 51/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 52/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 53/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 54/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 55/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 56/120
## Incidence: 6
## Recoveries: 8
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 57/120
## Incidence: 9
## Recoveries: 12
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 58/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 59/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 60/120
## Incidence: 3
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 61/120
## Incidence: 6
## Recoveries: 9
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 62/120
## Incidence: 8
## Recoveries: 4
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 63/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 64/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 65/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 66/120
## Incidence: 8
## Recoveries: 6
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 67/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 68/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 69/120
## Incidence: 11
## Recoveries: 8
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 70/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 71/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 72/120
## Incidence: 10
## Recoveries: 8
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 73/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 74/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 75/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 76/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 77/120
## Incidence: 3
## Recoveries: 7
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 78/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 79/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 80/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 81/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 82/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 83/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 84/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 85/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 86/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 87/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 88/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 89/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 90/120
## Incidence: 5
## Recoveries: 5
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 91/120
## Incidence: 9
## Recoveries: 11
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 92/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 93/120
## Incidence: 4
## Recoveries: 6
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 94/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 95/120
## Incidence: 4
## Recoveries: 2
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 96/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 97/120
## Incidence: 3
## Recoveries: 6
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 98/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 99/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 100/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 101/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 102/120
## Incidence: 9
## Recoveries: 6
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 103/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 104/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 105/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 106/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 107/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 108/120
## Incidence: 6
## Recoveries: 8
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 109/120
## Incidence: 10
## Recoveries: 7
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 110/120
## Incidence: 1
## Recoveries: 1
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 111/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 112/120
## Incidence: 10
## Recoveries: 12
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 113/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 114/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 115/120
## Incidence: 9
## Recoveries: 6
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 116/120
## Incidence: 8
## Recoveries: 9
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 117/120
## Incidence: 9
## Recoveries: 4
## Prevalence: 64
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 118/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 119/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 64
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 4/5
## Timestep: 120/120
## Incidence: 13
## Recoveries: 12
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 2/120
## Incidence: 4
## Recoveries: 3
## Prevalence: 18
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 3/120
## Incidence: 9
## Recoveries: 1
## Prevalence: 26
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 4/120
## Incidence: 7
## Recoveries: 2
## Prevalence: 31
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 5/120
## Incidence: 3
## Recoveries: 3
## Prevalence: 31
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 6/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 34
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 7/120
## Incidence: 7
## Recoveries: 4
## Prevalence: 37
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 8/120
## Incidence: 9
## Recoveries: 4
## Prevalence: 42
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 9/120
## Incidence: 8
## Recoveries: 5
## Prevalence: 45
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 10/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 44
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 11/120
## Incidence: 4
## Recoveries: 1
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 12/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 13/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 14/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 15/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 16/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 17/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 18/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 19/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 20/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 21/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 50
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 22/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 23/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 24/120
## Incidence: 3
## Recoveries: 2
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 25/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 26/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 27/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 28/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 29/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 30/120
## Incidence: 3
## Recoveries: 7
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 31/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 32/120
## Incidence: 7
## Recoveries: 4
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 33/120
## Incidence: 11
## Recoveries: 10
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 34/120
## Incidence: 11
## Recoveries: 9
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 35/120
## Incidence: 2
## Recoveries: 2
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 36/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 37/120
## Incidence: 11
## Recoveries: 9
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 38/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 58
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 39/120
## Incidence: 8
## Recoveries: 10
## Prevalence: 56
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 40/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 41/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 42/120
## Incidence: 11
## Recoveries: 10
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 43/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 44/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 45/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 55
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 46/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 47/120
## Incidence: 8
## Recoveries: 11
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 48/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 49/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 50/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 51/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 52/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 53/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 54
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 54/120
## Incidence: 4
## Recoveries: 6
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 55/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 56/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 57/120
## Incidence: 4
## Recoveries: 7
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 58/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 59/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 60/120
## Incidence: 5
## Recoveries: 6
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 61/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 62/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 63/120
## Incidence: 3
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 64/120
## Incidence: 12
## Recoveries: 10
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 65/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 66/120
## Incidence: 5
## Recoveries: 7
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 67/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 47
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 68/120
## Incidence: 7
## Recoveries: 8
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 69/120
## Incidence: 4
## Recoveries: 4
## Prevalence: 46
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 70/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 71/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 72/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 73/120
## Incidence: 4
## Recoveries: 5
## Prevalence: 48
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 74/120
## Incidence: 6
## Recoveries: 3
## Prevalence: 51
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 75/120
## Incidence: 5
## Recoveries: 3
## Prevalence: 53
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 76/120
## Incidence: 11
## Recoveries: 15
## Prevalence: 49
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 77/120
## Incidence: 11
## Recoveries: 8
## Prevalence: 52
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 78/120
## Incidence: 11
## Recoveries: 6
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 79/120
## Incidence: 6
## Recoveries: 6
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 80/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 59
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 81/120
## Incidence: 7
## Recoveries: 9
## Prevalence: 57
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 82/120
## Incidence: 8
## Recoveries: 5
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 83/120
## Incidence: 9
## Recoveries: 8
## Prevalence: 61
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 84/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 61
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 85/120
## Incidence: 11
## Recoveries: 12
## Prevalence: 60
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 86/120
## Incidence: 9
## Recoveries: 7
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 87/120
## Incidence: 8
## Recoveries: 8
## Prevalence: 62
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 88/120
## Incidence: 9
## Recoveries: 6
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 89/120
## Incidence: 11
## Recoveries: 10
## Prevalence: 66
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 90/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 91/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 66
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 92/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 67
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 93/120
## Incidence: 9
## Recoveries: 12
## Prevalence: 64
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 94/120
## Incidence: 12
## Recoveries: 8
## Prevalence: 68
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 95/120
## Incidence: 7
## Recoveries: 5
## Prevalence: 70
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 96/120
## Incidence: 11
## Recoveries: 10
## Prevalence: 71
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 97/120
## Incidence: 13
## Recoveries: 12
## Prevalence: 72
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 98/120
## Incidence: 6
## Recoveries: 4
## Prevalence: 74
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 99/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 75
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 100/120
## Incidence: 12
## Recoveries: 14
## Prevalence: 73
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 101/120
## Incidence: 11
## Recoveries: 11
## Prevalence: 73
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 102/120
## Incidence: 9
## Recoveries: 8
## Prevalence: 74
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 103/120
## Incidence: 13
## Recoveries: 15
## Prevalence: 72
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 104/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 73
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 105/120
## Incidence: 12
## Recoveries: 10
## Prevalence: 75
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 106/120
## Incidence: 9
## Recoveries: 9
## Prevalence: 75
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 107/120
## Incidence: 10
## Recoveries: 13
## Prevalence: 72
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 108/120
## Incidence: 6
## Recoveries: 7
## Prevalence: 71
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 109/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 70
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 110/120
## Incidence: 9
## Recoveries: 10
## Prevalence: 69
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 111/120
## Incidence: 10
## Recoveries: 9
## Prevalence: 70
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 112/120
## Incidence: 13
## Recoveries: 14
## Prevalence: 69
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 113/120
## Incidence: 6
## Recoveries: 5
## Prevalence: 70
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 114/120
## Incidence: 5
## Recoveries: 9
## Prevalence: 66
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 115/120
## Incidence: 9
## Recoveries: 12
## Prevalence: 63
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 116/120
## Incidence: 7
## Recoveries: 6
## Prevalence: 64
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 117/120
## Incidence: 7
## Recoveries: 7
## Prevalence: 64
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 118/120
## Incidence: 8
## Recoveries: 7
## Prevalence: 65
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 119/120
## Incidence: 5
## Recoveries: 4
## Prevalence: 66
## Population: 150
## ----------------------------
## Epidemic Simulation
## ----------------------------
## Simulation: 5/5
## Timestep: 120/120
## Incidence: 10
## Recoveries: 14
## Prevalence: 62
## Population: 150
## ----------------------------

Print

sim1
## EpiModel Simulation
## =======================
## Model class: netsim
## 
## Simulation Summary
## -----------------------
## Model type: SIS
## No. simulations: 5
## No. time steps: 120
## No. NW modes: 1
## 
## Model Parameters
## -----------------------
## inf.prob = 0.4
## act.rate = 4
## rec.rate = 0.125
## 
## Model Output
## -----------------------
## Compartments: s.num s.num.race0 s.num.race1 i.num 
## i.num.race0 i.num.race1 num num.race0 num.race1
## Flows: is.flow si.flow
## Networks: sim1 ... sim5
## Transmissions: sim1 ... sim5
summary(sim1, at = 120)
## 
## EpiModel Summary
## =======================
## Model class: netsim
## 
## Simulation Details
## -----------------------
## Model type: SIS
## No. simulations: 5
## No. time steps: 120
## No. NW modes: 1
## 
## Model Statistics
## ------------------------------
## Time: 120 
## ------------------------------ 
##            mean     sd    pct
## Suscept.   93.8  8.585  0.625
## Infect.    56.2  8.585  0.375
## Total     150.0  0.000  1.000
## S -> I      8.2  4.919     NA
## I -> S      8.6  4.615     NA
## ------------------------------

Extract data

head(as.data.frame(sim1))
##   time s.num s.num.race0 s.num.race1 i.num i.num.race0 i.num.race1 num
## 1    1 134.8        66.2        68.6  15.2         8.8         6.4 150
## 2    2 132.0        64.2        67.8  18.0        10.8         7.2 150
## 3    3 128.8        61.6        67.2  21.2        13.4         7.8 150
## 4    4 126.0        60.8        65.2  24.0        14.2         9.8 150
## 5    5 124.0        59.8        64.2  26.0        15.2        10.8 150
## 6    6 122.2        59.0        63.2  27.8        16.0        11.8 150
##   num.race0 num.race1 is.flow si.flow
## 1        75        75     0.0     0.0
## 2        75        75     1.8     4.6
## 3        75        75     1.2     4.4
## 4        75        75     1.6     4.4
## 5        75        75     2.6     4.6
## 6        75        75     3.6     5.4
head(as.data.frame(sim1, out = "vals", sim = 2))
##   time s.num s.num.race0 s.num.race1 i.num i.num.race0 i.num.race1 num
## 1    1   136          65          71    14          10           4 150
## 2    2   134          64          70    16          11           5 150
## 3    3   132          63          69    18          12           6 150
## 4    4   130          63          67    20          12           8 150
## 5    5   129          62          67    21          13           8 150
## 6    6   129          63          66    21          12           9 150
##   num.race0 num.race1 is.flow si.flow
## 1        75        75       0       0
## 2        75        75       1       3
## 3        75        75       0       2
## 4        75        75       1       3
## 5        75        75       3       4
## 6        75        75       3       3
nw <- get_network(sim1, sim = 2)
nw
## NetworkDynamic properties:
##   distinct change times: 122 
##   maximal time range: -Inf until  Inf 
## 
##  Dynamic (TEA) attributes:
##   Vertex TEAs:    testatus.active 
## 
## Includes optional net.obs.period attribute:
##  Network observation period info:
##   Number of observation spells: 2 
##   Maximal time range observed: 1 until 121 
##   Temporal mode: discrete 
##   Time unit: step 
##   Suggested time increment: 1 
## 
##  Network attributes:
##   vertices = 150 
##   directed = FALSE 
##   hyper = FALSE 
##   loops = FALSE 
##   multiple = FALSE 
##   bipartite = FALSE 
##   net.obs.period: (not shown)
##   vertex.pid = vertex.pid 
##   edge.pid = edge.pid 
##   total edges= 316 
##     missing edges= 0 
##     non-missing edges= 316 
## 
##  Vertex attribute names: 
##     active race testatus.active vertex.names vertex.pid 
## 
##  Edge attribute names: 
##     active edge.pid
head(get_transmat(sim1, sim = 1), 10)
##    at          sus          inf infDur transProb actRate finalProb
## 1   2 16f4776e5257  16f4266ad27      1       0.4       4    0.8704
## 2   2 16f43f69552d  16f4266ad27      1       0.4       4    0.8704
## 3   3 16f4598a4039 16f4776e5257      1       0.4       4    0.8704
## 4   4  16f4cda498a  16f43da9d61      9       0.4       4    0.8704
## 5   5  16f4cda498a  16f43da9d61     10       0.4       4    0.8704
## 6   6  16f42616e08  16f43da9d61     11       0.4       4    0.8704
## 7   6  16f4cda498a  16f43da9d61     11       0.4       4    0.8704
## 8   7 16f4776e5257  16f4266ad27      6       0.4       4    0.8704
## 9   7 16f412be1eef  16f4cda498a      1       0.4       4    0.8704
## 10  7 16f43bd42848  16f42616e08      1       0.4       4    0.8704

Plot Epidemic Simulation

par(mfrow = c(1,1), mar = c(3,3,1,1), mgp = c(2,1,0))
plot(sim1)

Plot Indiviual Simulation Lines

plot(sim1, mean.line = FALSE, qnts = FALSE, sim.lines = TRUE)

Plot Disease Incidences and Recoveries

plot(sim1, y = c("si.flow", "is.flow"), qnts = 1, leg = TRUE)

Plot Comparison of races

plot(sim1, y = c("i.num.race0", "i.num.race1"), leg = TRUE)

Plot Static Network of Different Time Steps of Different Simualtions

par(mfrow = c(1,2), mar = c(0,0,1,0))
plot(sim1, type = "network", at = 1, col.status = TRUE,
     main = "Prevalence at t1")
plot(sim1, type = "network", at = 120, col.status = TRUE,
     main = "Prevalence at t120")

At timestep 1, we can see that the number of susceptible indiviuals far out-weigh those that are infected. We can also see that some suceptible and infected indiviuals are connected to each other. At timestep 120, there are far more infected indiviuals. The number of susceptible indiviuals have diminished and there are many chains of infected indiviuals. Without intervention of these infected chains, many more indiviuals will become infected.