RESuDe.simulate: Internal function. Simulation with the Renewal Equation with...

Description Usage Arguments

Description

Internal function. Simulation with the Renewal Equation with Susceptible Depletion (RESuDe). W a r n i n g: this implementation is deterministic because its use is to calculate generation interval distributions

Usage

1
2
RESuDe.simulate(pop_size, I.init, R0, alpha, kappa, GI_span, GI_mean, GI_var,
  GI_type, horizon)

Arguments

pop_size

Numeric. Population size.

I.init

Numeric. Inial number of infectious individuals.

R0

Numeric. Basic reprocdution number.

alpha

Numeric. Heterogeneous mixing parameter.

kappa

Numeric. Intervention parameter.

GI_span

Numeric. Maximum value for GI

GI_mean

Numeric. Mean for GI

GI_var

Numeric. Variance for GI

horizon

Numeric. Time horizon of the simulation.


davidchampredon/GI documentation built on May 14, 2019, 11:08 p.m.