Learn R Programming

ERPeq (version 0.1.0)

rexprayleigh: Generate random observations from exponentiated Rayleigh distribution

Description

Generate random observations from exponentiated Rayleigh distribution

Usage

rexprayleigh(n, alpha, beta)

Value

return the random sample generated from exponentiated exponential distribution

Arguments

n

number of observations to be generated

alpha

shape parameter of the exponentiated Rayleigh distribution

beta

scale parameter of the exponentiated Rayleigh 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
rexprayleigh(100,2,3)

Run the code above in your browser using DataLab