rlevy {ERPeq} | R Documentation |
Generate random observations from Levy distribution
rlevy(n, mu, c)
n |
number of observations to be generated |
mu |
location parameter of the Levy distribution |
c |
scale parameter of the Levy distribution |
return the random sample generated from Levy distribution
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
rlevy(500,2,3)