50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

ERPeq (version 0.1.0)

rexpweibull: Generate random observations from exponentiated Weibull distribution

Description

Generate random observations from exponentiated Weibull distribution

Usage

rexpweibull(n, alpha, beta, theta)

Value

return the random sample generated from exponentiated Weibull distribution

Arguments

n

number of observations to be generated

alpha

shape parameter of the exponentiated Weibull distribution

beta

scale parameter of the exponentiated Weibull distribution

theta

shape parameter of the exponentiated Weibull 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
rexpweibull(100,2,3,2)

Run the code above in your browser using DataLab