rBiWei {MLEce} | R Documentation |
Generating random data for the bivariate Weibull distribution.
Description
Generating random data for the bivariate Weibull distribution.
Usage
rBiWei(n, paras)
Arguments
n |
number of observations. |
paras |
parameters of bivariate Weibull distribution (alpha1, beta1, alpha2, beta2, delta). |
Details
rBiWei
generates random number data for bivariate Weibull distribution.
Value
rBiWei
generates random deviates.The length of generated data is determined by "n"
Examples
datt = rBiWei(n=50, c(4,3,3,4,0.6))
[Package MLEce version 2.1.0 Index]