Learn R Programming

VineCopula (version 2.2.0)

surClaytonCopula-class: Classes "surClaytonCopula", "r90ClaytonCopula" and "r270ClaytonCopula"

Description

A class representing rotated versions of the Clayton copula family (survival, 90 and 270 degree rotated).

Arguments

Objects from the Class

Objects can be created by calls of the form new("surClaytonCopula", ...), new("r90ClaytonCopula", ...) and new("r270ClaytonCopula", ...) or by the function surClaytonCopula, r90ClaytonCopula and r270ClaytonCopula respectively.

See Also

VineCopula-package

Examples

Run this code
# NOT RUN {
library(copula)

persp(surClaytonCopula(.5),dCopula,zlim=c(0,10))
persp(r90ClaytonCopula(-.5),dCopula,zlim=c(0,10))
persp(r270ClaytonCopula(-.5),dCopula,zlim=c(0,10))

# }

Run the code above in your browser using DataLab