dbvct(x, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1, log = FALSE)
pbvct(q, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1)
rbvct(n, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvct
gives the density, pbvct
gives the
distribution function and rbvct
generates random deviates.Complete dependence is obtained in the limit as $\alpha = \beta$ tends to infinity. Independence is obtained as $\alpha = \beta$ approaches zero, and when one of $\alpha,\beta$ is fixed and the other approaches zero. Different limits occur when one of $\alpha,\beta$ is fixed and the other tends to infinity.
abvct
, rgev
dbvct(matrix(rep(0:4,2),ncol=2), .7, 0.52)
pbvct(matrix(rep(0:4,2),ncol=2), .7, 0.52)
rbvct(10, .7, 0.52)
Run the code above in your browser using DataLab