View source: R/rvine_structure.R
| rvine_structure_sim | R Documentation |
Simulates from a uniform distribution over all R-vine structures on d
variables. rvine_structure_sim() returns an rvine_structure() object,
rvine_matrix_sim() an rvine_matrix().
rvine_structure_sim(d, natural_order = FALSE)
rvine_matrix_sim(d, natural_order = FALSE)
d |
the number of variables |
natural_order |
boolean; whether the structures should be in natural
order (counter-diagonal is |
rvine_structure(), rvine_matrix(),
plot.rvine_structure(), plot.rvine_matrix()
rvine_structure_sim(10)
rvine_structure_sim(10, natural_order = TRUE) # counter-diagonal is 1:d
rvine_matrix_sim(10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.