rBiWei | R Documentation |
Generating random data for the bivariate Weibull distribution.
rBiWei(n, paras)
n |
number of observations. |
paras |
parameters of bivariate Weibull distribution (alpha1, beta1, alpha2, beta2, delta). |
rBiWei
generates random number data for bivariate Weibull distribution.
rBiWei
generates random deviates.The length of generated data is determined by "n"
datt = rBiWei(n=50, c(4,3,3,4,0.6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.