dCor | R Documentation |
Fast computation of the distance correation matrix between two matrices with the same number of rows. Note that this is not the same as the correlation matrix distance that can be computed with the cmd function.
dCor(x, y)
x |
A matrix with dimensions n*k. |
y |
A matrix with dimensions n*l. |
A number between 0 and 1 representing the distance covariance between x and y
Claus Ekstrom <claus@rprimer.dk>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.