R/DiscreteEpidemicDensity.R

Defines functions epidemicDensity

# Discrete Epidemic Density




epidemicDensity <- function(epidemic, simParam){
  # What was the probability of the events which happened, given the epidemic state on that day

  for(i in 1:ncol(epidemic$SIRsummary)){

  }


}
JMacDonaldPhD/COVID19UK documentation built on Jan. 9, 2022, 5:29 p.m.