rexpweibull | R Documentation |
Generate random observations from exponentiated Weibull distribution
rexpweibull(n, alpha, beta, theta)
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 |
return the random sample generated from exponentiated Weibull distribution
Johnson, N. L., Kotz, S. and Balakrishnan, N. (1995) Continuous Univariate Distributions, volume 1, chapter 21. Wiley, New York.
rexpweibull(100,2,3,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.