Description Usage Arguments Value Examples
Truncates a vine (trunc.rvine
), or a vine array (truncvarray
).
1 2 3 4 | ## S3 method for class 'rvine'
trunc(rv, ntrunc)
truncvarray(G, ntrunc)
|
rv |
A regular vine object. |
ntrunc |
Integer; truncation level. Or, vector specifying the truncation level of each column of the G-Vine array. |
G |
A vine array. |
If ntrunc >= nrow(G) - 1
, the original vine is
returned. Otherwise, an 'rvine' object is returned
with the truncation implemented.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.