stat_dep | R Documentation |
This function Computes the Kendall's taus and Spearman's rho for tests of independence used in EstDep
stat_dep(x, y)
x |
Vector of length n |
y |
Vector of length n |
tau |
Kendall's taus for lags 1:lag |
rho |
Spearman's rhos for lags 1:lag |
s2 |
Estimated variance of Spearman's rho |
Genest, Neslehova, & Remillard (2017). Asymptotic behavior of the empirical multilinear copula process under broad conditions
x <- SimAR1Poisson(c(5,0.2),100)
y <- SimAR1Poisson(c(5,0.2),100)
out <- stat_dep(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.