Description Usage Arguments Value Examples
Converts a vector of copula parameters, along with information about how many copula parameters belongs to each family, into a list of parameters for each family.
1 | cparvec2cpar(cparvec, len)
|
cparvec |
Vector. Intended to be copula parameters. |
len |
Vector of non-negative integers indicating how many parameters
belong to each family. Should have |
List of copula parameters for each family corresponding to the
entries in len
.
1 | cparvec2cpar(-3:3/2, len = c(1, 2, 1, 0, 2, 1, 0))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.