c_dependence {stops}R Documentation

c-dependence calculates c-dependence as the distance correlation

Description

c-dependence calculates c-dependence as the distance correlation

Usage

c_dependence(confs, index = 1)

Arguments

confs

a numeric matrix or data frame with two columns

index

exponent on Euclidean distance, in (0,2]

Examples

x<-1:10
y<-2+3*x+rnorm(10)
confs<-cbind(x,y)
c_dependence(confs,1.5)

[Package stops version 0.0-40 Index]