convert_to_logmean | R Documentation |
Convert from mean and standard deviation to the log mean of the
lognormal distribution. Useful for defining distributions supported by
estimate_infections()
, epinow()
, and regional_epinow()
.
convert_to_logmean(mean, sd)
mean |
Numeric, mean of a distribution |
sd |
Numeric, standard deviation of a distribution |
The log mean of a lognormal distribution
convert_to_logmean(2, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.