Learn R Programming

VineCopula (version 2.2.0)

BB1Copula-class: Classes "BB1Copula", "surBB1Copula", "r90BB1Copula" and "r270BB1Copula"

Description

Wrapper classes representing the BB1, survival BB1, 90 degree and 270 degree rotated BB1 copula families (Joe 1997) from VineCopula-package.

Arguments

Objects from the Classes

Objects can be created by calls of the form new("BB1Copula", ...), new("surBB1Copula", ...), new("r90BB1Copula", ...) and new("r270BB1Copula", ...) or by the functions BB1Copula, surBB1Copula, r90BB1Copula and r270BB1Copula.

References

Joe, H., (1997). Multivariate Models and Dependence Concepts. Monogra. Stat. Appl. Probab. 73, London: Chapman and Hall.

See Also

See also '>BB6Copula, '>BB7Copula, '>BB8Copula and '>joeCopula for further wrapper classes to the VineCopula-package.

Examples

Run this code
# NOT RUN {
showClass("BB1Copula")

# }

Run the code above in your browser using DataLab