EstDep | R Documentation |
This function computes Kendall's tau and Spearman's rho for arbitrary data. These are invariant by increasing mappings.
EstDep(data)
data |
Matrix or data frame with 2 columns (X,Y). Can be pseudo-observations. |
tau |
Kendall's tau |
rho |
Spearman's rho |
Nasri (2022). Test of serial dependence for arbitrary distributions. JMVA
Nasri & Remillard (2023). Tests of independence and randomness for arbitrary data using copula-based covariances, arXiv 2301.07267.
data(simgumbel)
out=EstDep(simgumbel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.