Specifies a log-normal distribution.

lognorm(meanlog, sdlog)

Arguments

meanlog

Numeric. Mean of the distribution on the log scale.

sdlog

Numeric. Standard deviation of the distribution on the log scale.

Value

A list specification for a log-normal distribution.

Examples

if (FALSE) { # \dontrun{
# Delay distribution
delay <- lognorm(1.6, 0.42)
} # }