Learn R Programming

VineCopula (version 2.2.0)

surGumbelCopula: 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.

Examples

Run this code
# NOT RUN {
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