rexpexp | R Documentation |
Generate random observations from exponentiated exponential distribution
rexpexp(n, alpha, lambda)
n |
number of observations to be generated |
alpha |
shape parameter of the exponentiated exponential distribution |
lambda |
scale parameter of the exponentiated exponential distribution |
return the random sample generated from 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.