Learn R Programming

MLEce (version 2.1.0)

rBiWei: Generating random data for the bivariate Weibull distribution.

Description

Generating random data for the bivariate Weibull distribution.

Usage

rBiWei(n, paras)

Value

rBiWei generates random deviates.The length of generated data is determined by "n"

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.

Examples

Run this code
datt = rBiWei(n=50, c(4,3,3,4,0.6))

Run the code above in your browser using DataLab