dbvhr(x, dep, mar1 = c(0, 1, 0), mar2 = mar1, log = FALSE)
pbvhr(q, dep, mar1 = c(0, 1, 0), mar2 = mar1)
rbvhr(n, dep, mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvhr
gives the density, pbvhr
gives the
distribution function and rbvhr
generates random deviates.Independence is obtained in the limit as $r$ approaches zero. Complete dependence is obtained as $r$ tends to infinity.
abvhr
, rgev
dbvhr(matrix(rep(0:4,2),ncol=2), 1.7)
pbvhr(matrix(rep(0:4,2),ncol=2), 1.7)
rbvhr(10, 1.7)
Run the code above in your browser using DataLab