Learn R Programming

VineCopula (version 1.3)

copulaFromFamilyIndex: Construction of a copula object from a VineCopula family index

Description

A VineCopula family index along with its parameters is used to construct a corresponding copula object.

Usage

copulaFromFamilyIndex(family, par, par2 = 0)

Arguments

family
a family inde aS DEFINED IN VineCopula-package
par
its first parameter value
par2
if present, its second parameter

Value

  • An object inherting copula corresponding to the specific family.

Examples

Run this code
# normalCopula with parameter 0.5
copulaFromFamilyIndex(1,0.5)

# rotated Tawn T2 copula with parameters 
copulaFromFamilyIndex(224, -2, 0.5)

Run the code above in your browser using DataLab