View source: R/distributions.R
LogNormal | R Documentation |
Lognormal distribution as a CompositeFamily
LogNormal(meanlog = 0, sdlog = 1)
meanlog |
the mean of the logarithm |
sdlog |
the standard deviation of the logarithm |
a new ContinuousFamily object
dist <- LogNormal()
log(dist$quantile(0.95))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.