DMC | R Documentation |
This is a suggested by Dror Feitelson measure of correlation for dependent variables, that may be successfully used to examine the datasets from a High Performance Cluster logs
DMC(X, Y)
X |
First variable (vector) |
Y |
Second variable (vector) |
One value between -1 and 1, characterizing the dependence between the variables
http://interstat.statjournals.net/YEAR/2004/abstracts/0412001.php?Name=412001
data(HPC_KRC)
DMC(HPC_KRC$service[1:1000], HPC_KRC$cores_requested[1:1000])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.