dbvlog(x, dep, mar1 = c(0, 1, 0), mar2 = mar1, log = FALSE)
pbvlog(q, dep, mar1 = c(0, 1, 0), mar2 = mar1)
rbvlog(n, dep, mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvlog
gives the density, pbvlog
gives the
distribution function and rbvlog
generates random deviates.Complete dependence is obtained in the limit as $r$ approaches zero. Independence is obtained when $r = 1$.
abvlog
, rbvalog
,
rgev
, rmvlog
dbvlog(matrix(rep(0:4,2),ncol=2), .7)
pbvlog(matrix(rep(0:4,2),ncol=2), .7)
rbvlog(10, .7)
Run the code above in your browser using DataLab