Wrapper classes representing the BB8, survival BB8, 90 degree and 270 degree
rotated BB8 copula families (Joe 1997) from VineCopula-package()
.
Objects can be created by calls of the
form new("BB8Copula", ...)
, new("surBB8Copula", ...)
,
new("r90BB8Copula", ...)
and new("r270BB8Copula", ...)
or by the
functions BB8Copula()
, surBB8Copula()
, r90BB8Copula()
and
r270BB8Copula()
.
Joe, H., (1997). Multivariate Models and Dependence Concepts. Monogra. Stat. Appl. Probab. 73, London: Chapman and Hall.
See also BB8Copula, BB8Copula, BB8Copula and
joeCopula for further wrapper classes to the
VineCopula-package()
.
showClass("BB8Copula")
#> Found more than one class "BB8Copula" in cache; using the first, from namespace 'VC2copula'
#> Also defined by ‘VineCopula’
#> Found more than one class "BB8Copula" in cache; using the first, from namespace 'VC2copula'
#> Also defined by ‘VineCopula’
#> Class "BB8Copula" [package "VC2copula"]
#>
#> Slots:
#>
#> Name: family parameters param.names param.lowbnd param.upbnd
#> Class: numeric numeric character numeric numeric
#>
#> Name: fullname dimension
#> Class: character integer
#>
#> Extends:
#> Class "copula", directly
#> Class "dimCopula", by class "copula", distance 2
#> Class "parCopula", by class "copula", distance 2
#> Class "Copula", by class "copula", distance 3