surGumbelCopula-class: Survival and rotated Gumbel copula models

Description Objects from the Class See Also Examples

Description

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

Objects from the Class

Objects can be created by calls of the form new("surGumbelCopula", ...), new("r90GumbelCopula", ...) and new("r270GumbelCopula", ...) or by the function surGumbelCopula(), r90GumbelCopula() and r270GumbelCopula() respectively.

See Also

VineCopula-package()

Examples

1
2
3
4
5
library(copula)

persp(surGumbelCopula(5), dCopula, zlim = c(0, 10))
persp(r90GumbelCopula(-5), dCopula, zlim = c(0, 10))
persp(r270GumbelCopula(-5), dCopula, zlim = c(0, 10))

VC2copula documentation built on Jan. 11, 2022, 1:07 a.m.