Description Usage Arguments Details Value Note
Choose and fit copula models on a new layer. The edge ("array column") must be pre-specified. Intended for internal use.
1 2 3 4 5 6 7 8 9 |
dat |
Data matrix with Uniform margins. |
basevine |
Object of type "rvine" of the already-fit base vine for which the new layer is to be applied. |
edges |
Vector – new column of vine array (with node appearing first) |
cops |
Vector or list of pre-specified
copula families for each edge. Put |
cpars |
Pre-specified copula parameters corresponding to some of the
specified copulas in |
families |
Vector of candidate copula family names for those that are
|
Edges are fit so that edges[1] is the "V" variable. So, copulas are fit to (edges[2], edges[1]), then (edges[3], edges[1]) | edges[2], etc. That's because when computing edges[1]|others, "pcond" can be used instead of "pcond12".
List of fitted $cops
and $cpars
.
Expecting smart input. So, ensure that edges
has length at
least 2, and that edges[-1] are variables in basevine
, and that
cpars
are only specified when there's only one copula family to
choose from.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.