EstDep | R Documentation |
This function computes the matrix of pairs of Kendall's tau and Spearman's rho statistics between random variables with arbitrary distributions.
EstDep(x, graph = FALSE)
x |
Data matrix |
graph |
Set to TRUE for a dependogram for all pairs of Kendall's taus and Spearman's rhos. |
stat |
List of Kendall's tau and Spearman's rho statistics from multilinear copula, and test combinations LB |
pvalue |
P-values for the tests statistics |
Genest, Neslehova, Remillard & Murphy (2018). Testing for independence in arbitrary distributions
x <- matrix(rnorm(500),ncol=10)
out <-EstDep(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.