Wrapper classes representing the BB7, survival BB7, 90 degree and 270 degree
rotated BB7 copula families (Joe 1997) from VineCopula::VineCopula-package.
Objects can be created by calls of the
form new("BB7Copula", ...), new("surBB7Copula", ...),
new("r90BB7Copula", ...) and new("r270BB7Copula", ...) or by the
functions BB7Copula(), surBB7Copula(), r90BB7Copula() and
r270BB7Copula().
Joe, H., (1997). Multivariate Models and Dependence Concepts. Monogra. Stat. Appl. Probab. 73, London: Chapman and Hall.
See also BB7Copula, BB7Copula, BB8Copula and
joeBiCopula for further wrapper classes to the
VineCopula::VineCopula-package.
showClass("BB7Copula")
#> Found more than one class "BB7Copula" in cache; using the first, from namespace 'VC2copula'
#> Also defined by ‘VineCopula’
#> Found more than one class "BB7Copula" in cache; using the first, from namespace 'VC2copula'
#> Also defined by ‘VineCopula’
#> Class "BB7Copula" [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