Constructs an object of the BB1Copula (survival
sur
, 90 degree rotated r90
and 270 degree rotated r270
)
family for given parameters.
The parameter param
defines the copula through
theta
and delta
.
One of the respective BB1 copula classes (BB1Copula, surBB1Copula, r90BB1Copula, r270BB1Copula).
Joe, H., (1997). Multivariate Models and Dependence Concepts. Monogra. Stat. Appl. Probab. 73, London: Chapman and Hall.
See also BB6Copula()
, BB7Copula()
,
BB8Copula()
and joeCopula()
for further wrapper
functions to the VineCopula-package()
.
library(copula)
persp(BB1Copula(c(1, 1.5)), dCopula, zlim = c(0, 10))
#> Warning: surface extends beyond the box
persp(surBB1Copula(c(1, 1.5)), dCopula, zlim = c(0, 10))
#> Warning: surface extends beyond the box
persp(r90BB1Copula(c(-1, -1.5)), dCopula, zlim = c(0, 10))
#> Warning: surface extends beyond the box
persp(r270BB1Copula(c(-1, -1.5)), dCopula, zlim = c(0, 10))
#> Warning: surface extends beyond the box