| r_gw | R Documentation |
Generates random variates from the 3-parameter Generalized Weibull baseline distribution.
r_gw(n, delta, zeta, xi)
n |
Number of observations to generate. |
delta |
Scale parameter (delta > 0). |
zeta |
Shape parameter (zeta > 0). |
xi |
Shape parameter (xi > 0). |
Numeric vector of length n containing random samples.
Mudholkar, G. S., & Srivastava, D. K. (1993). Exponentiated Weibull family for analyzing bathtub failure-rate data. IEEE Transactions on Reliability, 42(2), 299-302.
set.seed(123)
sim_data <- r_gw(100, delta = 0.5, zeta = 1.2, xi = 1.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.