Description Usage Arguments Examples
Extract the truncation level of a vine array. Intended for internal use.
1 | trunclevel(G, overall = FALSE)
|
G |
Vine array. |
overall |
Logical; |
1 2 3 4 | G <- AtoG(CopulaModel::Dvinearray(6))
G <- truncvinemat(G, c(0, 1, 2, 1, 2, 4))
trunclevel(G)
trunclevel(G, TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.