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
| 1 2 | RESuDe.simulate(pop_size, I.init, R0, alpha, kappa, GI_span, GI_mean, GI_var,
  GI_type, horizon)
 | 
| 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.