powered by
The function rpgm.rexp uses the Ziggurat algorithm with a 256-regions table, in order to simulate exponential random variables faster than rexp.
rexp
rpgm.rexp(n, lambda = 1)
integer, number of simulations.
double, the parameter lambda.
A vector of i.i.d. exponential random variables.
The density is lambda * exp(-lambda*x) for x > 0.
https://en.wikipedia.org/wiki/Ziggurat_algorithm
http://pgm-solutions.com/packages
# NOT RUN { rpgm.rnorm(5) # }
Run the code above in your browser using DataLab