View source: R/simulated-data.R
undetected_prob | R Documentation |
This is effectively a survival function, which shows the probability that an actual case originating on day t_onset remains unreported at t_1.
undetected_prob(t_1, t_onset, reporting_parameters)
t_1 |
observation time subsequent to time when case originates: t1>=t0 |
t_onset |
time when case originates |
reporting_parameters |
named list of 'mean' and 'sd' of gamma distribution characterising the reporting delay distribution |
a probability
incidenceinflation:::undetected_prob(2, 1, list(mean=10, sd=5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.