Learn R Programming

VineCopula (version 1.3)

surGumbelCopula: survival and rotated Gumbel Copulas

Description

these are wrappers to functions from VineCopula-package

Usage

surGumbelCopula(param)
r90GumbelCopula(param)
r270GumbelCopula(param)

Arguments

param
A single parameter defining the Copula.

Value

  • An object of class surGumbelCopula, r90GumbelCopula or r270GumbelCopula respectively.

Examples

Run this code
library(copula)

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

Run the code above in your browser using DataLab