powered by
c-dependence calculates c-dependence as the aggregated distance correlation of each pair if nonidentical columns
c_dependence(confs, aggr = NULL, index = 1)
a numeric value; dependence (aggregated distance correlation)
a numeric matrix or data frame
the aggregation function for configurations of more than two dimensions. Defaults to max.
exponent on Euclidean distance, in (0,2]
x<-1:10 y<-2+3*x+rnorm(10) confs<-cbind(x,y) c_dependence(confs,1.5)
Run the code above in your browser using DataLab