BB7Copula-class {VC2copula} | R Documentation |
BB7 copula models
Description
Wrapper classes representing the BB7, survival BB7, 90 degree and 270 degree
rotated BB7 copula families (Joe 1997) from VineCopula-package()
.
Objects from the Classes
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()
.
References
Joe, H., (1997). Multivariate Models and Dependence Concepts. Monogra. Stat. Appl. Probab. 73, London: Chapman and Hall.
See Also
See also BB7Copula, BB7Copula, BB8Copula and
joeCopula for further wrapper classes to the
VineCopula-package()
.
Examples
showClass("BB7Copula")
[Package VC2copula version 0.1.5 Index]