where mu is the mean and sigma the standard deviation of the logarithm.
The domain of the distribution can be truncated to the interval (lb,ub).
Returns
An object of class "unuran.cont".
See Also
unuran.cont.
References
N.L. Johnson, S. Kotz, and N. Balakrishnan (1994): Continuous Univariate Distributions, Volume 1. 2nd edition, John Wiley & Sons, Inc., New York. Chap. 14, p. 207.
## Create distribution object for log normal distributiondistr <- udlnorm()## Generate generator object; use method PINV (inversion)gen <- pinvd.new(distr)## Draw a sample of size 100x <- ur(gen,100)