Description Usage Arguments Value Note
When fitting a new layer(s) to a vine, use this function to specify "known" components of the new layer(s), as well as
1 2 3 4 5 6 7 8 |
ntrunc |
Truncation level. Could be a vector corresponding to the
truncation level for the variables |
A list of partially-specified layers of a vine.
Regarding the vine array info:
$var
Vector of new variables that these layers add, not
necessarily in order.
$ntrunc
Depending on how much information is input, could be
NULL
, an integer for maximum tree depth of these layers, or a
vector of tree depth for each layer.
$G
Either NULL
, or a vine array.
Regarding copula and parameter info:
$copmat
Copula matrix for these layers. No blank column
to the left. Some entries may be NA
.
$cparmat
Copula parameter matrix for these layers. No
blank column to the left. Some entries may contain NA
's.
The arrays here use the newer form, where variables go in row 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.