LogNormal {rbc} | 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))