powered by
Generate random observations from exponentiated exponential distribution
rexpexp(n, alpha, lambda)
return the random sample generated from exponentiated exponential distribution
number of observations to be generated
shape parameter of the exponentiated exponential distribution
scale parameter of the exponentiated exponential distribution
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
rexpexp(100,2,3)
Run the code above in your browser using DataLab