powered by
Generating random data for the bivariate Weibull distribution.
rBiWei(n, paras)
rBiWei generates random deviates.The length of generated data is determined by "n"
rBiWei
"n"
number of observations.
parameters of bivariate Weibull distribution (alpha1, beta1, alpha2, beta2, delta).
rBiWei generates random number data for bivariate Weibull distribution.
datt = rBiWei(n=50, c(4,3,3,4,0.6))
Run the code above in your browser using DataLab