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

Description

Distance correlation T-test It uses the result of U-statistic distance correlation to test independence for high dimensional data

Usage

dcor.ttest(x, y)

Arguments

x

data of x

y

data of y

Examples

n = 200
x = rnorm(n)
y = rnorm(n)
res = dcor.ttest(x,y)

[Package dcov version 0.1.1 Index]