Learn R Programming

VC2copula (version 0.1.5)

surGumbelCopula: Constructors for survival and rotated Gumbel Copulas

Description

These are wrappers to functions from VineCopula-package()

Usage

surGumbelCopula(param = 1)

r90GumbelCopula(param = -1)

r270GumbelCopula(param = -1)

Value

An object of class surGumbelCopula, r90GumbelCopula or r270GumbelCopula respectively.

Arguments

param

A single parameter defining the Copula.

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