Learn R Programming

rpgm (version 1.1.2)

rpgm.rlnorm: Fast Simulation of Log-Normal Random Variables

Description

The function rpgm.rlnorm uses rpgm.rnorm in order to simulate log-normal random variables faster than rlnorm.

Usage

rpgm.rlnorm(n, mean = 0, sd = 1)

Arguments

n

integer, number of simulations.

mean

double, the mean (or the vector of means) of the logarithm of the log-normal variable.

sd

double, the standard deviation (or the vector of standard deviations) of the logarithm of the log-normal variable.

Value

A vector of i.i.d. log-normal random variables.

Details

If mean or sd are not specified they assume the default values of 0 and 1, respectively.

References

https://en.wikipedia.org/wiki/Ziggurat_algorithm

See Also

http://pgm-solutions.com/packages

Examples

Run this code
# NOT RUN {
rpgm.rlnorm(5)
# }

Run the code above in your browser using DataLab