DMC: Distributional Measure of Correlation

View source: R/DMC.R

DMCR Documentation

Distributional Measure of Correlation

Description

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

Usage

DMC(X, Y)

Arguments

X

First variable (vector)

Y

Second variable (vector)

Value

One value between -1 and 1, characterizing the dependence between the variables

References

http://interstat.statjournals.net/YEAR/2004/abstracts/0412001.php?Name=412001

Examples

data(HPC_KRC)
DMC(HPC_KRC$service[1:1000], HPC_KRC$cores_requested[1:1000])

hpcwld documentation built on March 19, 2024, 3:09 a.m.