AuxFunC | R Documentation |
This function computes the empirical margins, their left-limits, Kendall's tau and Spearman's rho for arbitrary data
AuxFunC(data)
data |
Matrix (x,y) of size n x 2 |
tau |
Kendall's tau |
rho |
Spearman's rho |
Fx |
Empirical cdf of x |
Fxm |
Left-limit of the empirical cdf of x |
Fy |
Empirical cdf of y |
Fym |
Left-limit of the empirical cdf of y |
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=AuxFunC(simgumbel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.