Learn R Programming

VC2copula (version 0.1.2)

BB1Copula: Constructors for BB1 copulas

Description

Constructs an object of the '>BB1Copula (survival sur, 90 degree rotated r90 and 270 degree rotated r270) family for given parameters.

Usage

BB1Copula(param = c(1, 1))

surBB1Copula(param = c(1, 1))

r90BB1Copula(param = c(-1, -1))

r270BB1Copula(param = c(-1, -1))

Arguments

param

The parameter param defines the copula through theta and delta.

Value

One of the respective BB1 copula classes ('>BB1Copula, '>surBB1Copula, '>r90BB1Copula, '>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 functions to the VineCopula-package().

Examples

Run this code
# NOT RUN {
library(copula)

persp(BB1Copula(c(1, 1.5)), dCopula, zlim = c(0, 10))
persp(surBB1Copula(c(1, 1.5)), dCopula, zlim = c(0, 10))
persp(r90BB1Copula(c(-1, -1.5)), dCopula, zlim = c(0, 10))
persp(r270BB1Copula(c(-1, -1.5)), dCopula, zlim = c(0, 10))
# }

Run the code above in your browser using DataLab