powered by
The function rpgm.rlnorm uses rpgm.rnorm in order to simulate log-normal random variables faster than rlnorm.
rpgm.rnorm
rlnorm
rpgm.rlnorm(n, mean = 0, sd = 1)
integer, number of simulations.
double, the mean (or the vector of means) of the logarithm of the log-normal variable.
double, the standard deviation (or the vector of standard deviations) of the logarithm of the log-normal variable.
A vector of i.i.d. log-normal random variables.
If mean or sd are not specified they assume the default values of 0 and 1, respectively.
mean
sd
https://en.wikipedia.org/wiki/Ziggurat_algorithm
http://pgm-solutions.com/packages
# NOT RUN { rpgm.rlnorm(5) # }
Run the code above in your browser using DataLab