mlnorm | R Documentation |
Formula:
\mu = \exp(\mu_{log} + 0.5 \cdot \sigma_{log}^2)
\mathrm{Var}(X) = (\exp(\sigma_{log}^2) - 1) \cdot \exp(2\mu_{log} + \sigma_{log}^2)
mlnorm(meanlog, sdlog)
meanlog |
Mean on the log scale |
sdlog |
Standard deviation on the log scale |
List with mean and variance
dlnorm
mlnorm(meanlog = 0, sdlog = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.