dbvneglog(x, dep, mar1 = c(0, 1, 0), mar2 = mar1, log = FALSE)
pbvneglog(q, dep, mar1 = c(0, 1, 0), mar2 = mar1)
rbvneglog(n, dep, mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvneglog
gives the density, pbvneglog
gives the
distribution function and rbvneglog
generates random deviates.Independence is obtained in the limit as $r$ approaches zero. Complete dependence is obtained as $r$ tends to infinity. The earliest reference to this model appears to be Galambos (1975, Section 4).
abvneglog
, rbvaneglog
,
rgev
dbvneglog(matrix(rep(0:4,2),ncol=2), 1.2)
pbvneglog(matrix(rep(0:4,2),ncol=2), 1.2)
rbvneglog(10, 1.2)
Run the code above in your browser using DataLab