dbvaneglog(x, dep, asy = c(1, 1), mar1 = c(0, 1, 0), mar2 = mar1,
log = FALSE)
pbvaneglog(q, dep, asy = c(1, 1), mar1 = c(0, 1, 0), mar2 = mar1)
rbvaneglog(n, dep, asy = c(1, 1), mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvaneglog
gives the density, pbvaneglog
gives the
distribution function and rbvaneglog
generates random deviates.When $t_1 = t_2 = 1$ the asymmetric negative logistic model is equivalent to the negative logistic model. Independence is obtained in the limit as either $r$, $t_1$ or $t_2$ approaches zero. Complete dependence is obtained in the limit when $t_1 = t_2 = 1$ and $r$ tends to infinity. Different limits occur when $t_1$ and $t_2$ are fixed and $r$ tends to infinity. The earliest reference to this model appears to be Joe (1990), who introduces a multivariate extreme value distribution which reduces to $G(z_1,z_2)$ in the bivariate case.
abvneglog
, rbvneglog
,
rgev
dbvaneglog(matrix(rep(0:4,2),ncol=2), 1.2, c(0.5,1))
pbvaneglog(matrix(rep(0:4,2),ncol=2), 1.2, c(0.5,1))
rbvaneglog(10, 1.2, c(0.5,1))
Run the code above in your browser using DataLab