dbvnegbilog(x, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1, log = FALSE)
pbvnegbilog(q, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1)
rbvnegbilog(n, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvnegbilog
gives the density, pbvnegbilog
gives the
distribution function and rbvnegbilog
generates random deviates.When $\alpha = \beta$ the negative bilogistic model is equivalent to the negative logistic model with dependence parameter $\code{dep} = 1/\alpha = 1/\beta$. Complete dependence is obtained in the limit as $\alpha = \beta$ approaches zero. Independence is obtained as $\alpha = \beta$ tends to infinity, and when one of $\alpha,\beta$ is fixed and the other tends to infinity. Different limits occur when one of $\alpha,\beta$ is fixed and the other approaches zero. The model was first introduced by Coles and Tawn (1994).
abvnegbilog
, rbvbilog
,
rgev
dbvnegbilog(matrix(rep(0:4,2),ncol=2), .7, 1.52)
pbvnegbilog(matrix(rep(0:4,2),ncol=2), .7, 1.52)
rbvnegbilog(10, .7, 1.52)
Run the code above in your browser using DataLab