.get_infectiousness_profile | R Documentation |
The serial interval is assumed to be gamma-distributed here, following Cori et al. 2013.
.get_infectiousness_profile(
mean_SI = 4.8,
sd_SI = 2.3,
stopping_threshold = 0.999999
)
mean_SI |
Numeric positive value. Mean of serial interval of epidemic simulated. |
sd_SI |
Numeric positive value. Standard deviation of serial interval of epidemic simulated. |
stopping_threshold |
Numeric value between 0 and 1. Threshold on cumulative sum of infectiousness profile returned. There is little reason to change to something else than the default value. |
Discretized infectiousness profile through time, represented as a numeric vector with the first value being the infectiousness at time step 0 and each subsequent value being the infectiousness on the time step after the previous value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.