dcor.ttest {dcov} | R Documentation |
Distance correlation T-test It uses the result of U-statistic distance correlation to test independence for high dimensional data
dcor.ttest(x, y)
x |
data of x |
y |
data of y |
n = 200
x = rnorm(n)
y = rnorm(n)
res = dcor.ttest(x,y)