powered by
Distance correlation T-test It uses the result of U-statistic distance correlation to test independence for high dimensional data
dcor.ttest(x, y)
data of x
data of y
# NOT RUN { n = 200 x = rnorm(n) y = rnorm(n) res = dcor.ttest(x,y) # }
Run the code above in your browser using DataLab