homogeneousPanelDataSIR_Gillespie:

Description Usage

View source: R/simplified_gillespies.R

Description

currentTime = 0 B = kernel(beta) #' Possible states and their respective #' logical representations. susceptible = c(TRUE, FALSE, FALSE) infected = c(FALSE, TRUE, FALSE) removed = c(FALSE, FALSE, TRUE)

Usage

1
homogeneousPanelDataSIR_Gillespie(initialState, beta, gamma, obsTimes)

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