dbvalog(x, dep, asy = c(1, 1), mar1 = c(0, 1, 0), mar2 = mar1,
log = FALSE)
pbvalog(q, dep, asy = c(1, 1), mar1 = c(0, 1, 0), mar2 = mar1)
rbvalog(n, dep, asy = c(1, 1), mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvalog
gives the density, pbvalog
gives the
distribution function and rbvalog
generates random deviates.When $t_1 = t_2 = 1$ the asymmetric logistic model is equivalent to the logistic model. Independence is obtained when either $r = 1$, $t_1 = 0$ or $t_2 = 0$. Complete dependence is obtained in the limit when $t_1 = t_2 = 1$ and $r$ approaches zero. Different limits occur when $t_1$ and $t_2$ are fixed and $r$ approaches zero. The model was first introduced by Tawn (1988).
Tawn, J. A. (1988) Bivariate extreme value theory: models and estimation. Biometrika, 75, 397--415.
abvlog
, rbvlog
,
rgev
, rmvalog
dbvalog(matrix(rep(0:4,2),ncol=2), .7, c(0.5,1))
pbvalog(matrix(rep(0:4,2),ncol=2), .7, c(0.5,1))
rbvalog(10, .7, c(0.5,1))
Run the code above in your browser using DataLab