rexprayleigh {ERPeq} | R Documentation |
Generate random observations from exponentiated Rayleigh distribution
rexprayleigh(n, alpha, beta)
n |
number of observations to be generated |
alpha |
shape parameter of the exponentiated Rayleigh distribution |
beta |
scale parameter of the exponentiated Rayleigh 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.
rexprayleigh(100,2,3)