Description Usage Arguments Value Examples
View source: R/extremalmatching.R
Determine extremal mixture representation from full concordance signature
1 | findextremal(B, named = TRUE)
|
B |
full concordance signature |
named |
logical value to determine whether weights are named |
vector of weights of extremal copula
1 2 3 | P <- 0.7 * matrix(1, nrow = 3, ncol = 3) + 0.3 * diag(3)
B <- consignature(P)
findextremal(B)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.