Description Usage Arguments Value Examples
Determine mixture representation from partial concordance signature
1 | attainable(sig, maximize = FALSE)
|
sig |
partial concordance signature |
maximize |
a logical variable stating whether unspecified concordance probabilities should be jointly maximized rather than minimized which is the default |
vector of weights of a possible extremal copula
1 2 3 4 | kappa2 <- 0.7
sig <- c(1, rep(kappa2, 6))
attainable(sig)
attainable(sig, maximize = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.