Learn R Programming

ERPeq (version 0.1.0)

rlevy: Generate random observations from Levy distribution

Description

Generate random observations from Levy distribution

Usage

rlevy(n, mu, c)

Value

return the random sample generated from Levy distribution

Arguments

n

number of observations to be generated

mu

location parameter of the Levy distribution

c

scale parameter of the Levy distribution

References

Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.

Examples

Run this code
rlevy(500,2,3)

Run the code above in your browser using DataLab