A simple SIS (Susceptible-Infected-Susceptible) model
setup_humans_SIS(
model,
stochastic,
theta,
wf = NULL,
H,
X,
b = 0.55,
c = 0.15,
r = 1/200
)no return value
an object from make_MicroMoB
should the model update deterministically or stochastically?
a time spent matrix
biting weights
vector of strata population sizes
number of infectious persons in each strata
transmission efficiency (mosquito to human)
transmission efficiency (human to mosquito)
recovery rate (inverse of infectious duration)