dst_lnorm | R Documentation |
Makes a Log Normal distribution, which is the distribution of the exponential of a Normally distributed random variable.
dst_lnorm(meanlog, sdlog)
meanlog |
Mean of the log of the random variable; single numeric. |
sdlog |
Standard deviation of the log of the random variable; single positive numeric. |
A Log Normal distribution.
dst_lnorm(0, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.