vineCopula | R Documentation |
vineCopula
.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.
Benedikt Graeler
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)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.