surGumbelCopula: Constructors for survival and rotated Gumbel Copulas

View source: R/surGumbelCopula.R

surGumbelCopulaR Documentation

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)

Arguments

param

A single parameter defining the Copula.

Value

An object of class surGumbelCopula, r90GumbelCopula or r270GumbelCopula respectively.

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

VC2copula documentation built on May 29, 2024, 3:15 a.m.