rlevy | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.