KLdist.matrix {bioDist} | R Documentation |
Calculate the KLD by binning continuous data.
KLdist.matrix(x, ...)
x |
n by p matrix or ExpressionSet; if x is an ExpressionSet,then
the values returned by the exprs function are used. |
... |
arguments passed to KLdist.matrix :
|
The data are binned, and then the KL distance between the two discrete distributions is computed and used.
The list method is meant for use when samples sizes are unequal.
Pairwsie KLD object
Beiying Ding
cor.dist
, spearman.dist
,
tau.dist
,euc
,
man
,KLD.matrix
,mutualInfo
x <- matrix(rnorm(100), nrow = 5) KLdist.matrix(x, symmetrize = TRUE, nbin = 3)