Infectious_Disease_Gillespie: Infectious_Disease_Gillespie function

Description Usage Details

View source: R/Infectious_Disease_Gillespie.R

Description

Wrapper function for various Infectious Disease Process Gillespie algorithms.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Infectious_Disease_Gillespie(
  type = "SIR",
  N,
  a,
  beta,
  gamma,
  obs_end = Inf,
  kernel = NULL,
  U,
  E,
  output = "event",
  obs_times = NULL
)

Details

Takes the usual arguments plus an extra argument to choose which process you want to run i.e SIR/SIS/SEIR


JMacDonaldPhD/Epidemics documentation built on Jan. 10, 2020, 2:48 a.m.