matdep | R Documentation |
Function to compute the multivariate dependency matrix
matdep( data, methods = NULL, all = FALSE, thred = -Inf, wd = 1, trial = 0, ncores = NULL, norm = FALSE, abs = FALSE, info = "", dir = "./dat/" )
data: |
feature by sample matrix |
methods: |
a vector of strings, could be subset of c('pearson','kendall','taustar','dcor','hsic','hoeffd','ssd') |
all: |
logical value, if true then compute for all methods in c('pearson','kendall','taustar','dcor','hsic','hoeffd','ssd') |
thred: |
only the data > thred will be used |
wd: |
the coefficient before the bandwidth h = wd*h_n |
qd: |
the quantile window to compute the adaptive bandwidth h_x = sd(x(qd)) |
info: |
integer denote the trial number |
ncores: |
number of cores to use |
norm: |
whether scale the value to [0,1] |
abs: |
whether take absolute value of the value |
extrainfo: |
some setting related information |
a list of matrix
# Load example data ans = matdep(runif(100,5,20), methods='ssd')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.