dbvbilog(x, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1, log = FALSE)
pbvbilog(q, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1)
rbvbilog(n, alpha, beta, mar1 = c(0, 1, 0), mar2 = mar1)
TRUE
, the log density is returned.dbvbilog
gives the density, pbvbilog
gives the
distribution function and rbvbilog
generates random deviates.When $\alpha = \beta$ the bilogistic model is equivalent to the logistic model with dependence parameter $\code{dep} = \alpha = \beta$. Complete dependence is obtained in the limit as $\alpha = \beta$ approaches zero. Independence is obtained as $\alpha = \beta$ approaches one, and when one of $\alpha,\beta$ is fixed and the other approaches one. Different limits occur when one of $\alpha,\beta$ is fixed and the other approaches zero. A bilogistic model is fitted in Smith (1990), where it appears to have been first introduced.
Smith, R. L. (1990) Extreme value theory. In Handbook of Applicable Mathematics (ed. W. Ledermann), vol. 7. Chichester: John Wiley, pp. 437--471.
abvbilog
, rbvnegbilog
,
rgev
dbvbilog(matrix(rep(0:4,2),ncol=2), .7, 0.52)
pbvbilog(matrix(rep(0:4,2),ncol=2), .7, 0.52)
rbvbilog(10, .7, 0.52)
Run the code above in your browser using DataLab