Constructs an instance of the vineCopula
class.
vineCopula(RVM, type = "CVine")
RVM | An object of class |
---|---|
type | A predefined type if only the dimension is provided and ignored otherwise, the default is a canonical vine |
An instance of the vineCopula
class.
Aas, K., C. Czado, A. Frigessi, and H. Bakken (2009). Pair-copula constructions of multiple dependence Insurance: Mathematics and Economics 44 (2), 182-198.
# a C-vine of independent copulas vine <- vineCopula(4L, "CVine") library(copula) library(lattice) cloud(V1 ~ V2 + V3, as.data.frame(rCopula(500, vine)))