Last data update: 2014.03.03

R: Survival and Rotated Gumbel Copulas
surGumbelCopulaR Documentation

Survival and Rotated Gumbel Copulas

Description

These are wrappers to functions from VineCopula-package

Usage

surGumbelCopula(param = 1)

Arguments

param

A single parameter defining the Copula.

Value

An object of class surGumbelCopula, r90GumbelCopula or r270GumbelCopula respectively.

Author(s)

Benedikt Graeler

Examples


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))

Results