Description Usage Arguments Value Examples
View source: R/extremalmatching.R
Elliptical concordance signature
1 | consignature(P, limit = TRUE, named = TRUE)
|
P |
correlation matrix of elliptical distribution |
limit |
whether a limit should be applied to the size of the correlation matrix for accuracy in the calculation of Gaussian orthant probabilities |
named |
logical value to determine whether signature is named |
a vector containing the concordance signature
1 2 | P <- 0.7 * matrix(1, nrow = 3, ncol = 3) + 0.3 * diag(3)
consignature(P)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.