Correlation Map Reference Information

This section describes the reference information used in Isight to support correlation maps.

Pearson (Linear) Correlations

The Pearson, or linear, correlation is calculated as follows for parameters X and Y:

r xy = k=1 N ( X k X ¯ )( Y k Y ¯ ) k=1 N ( X k X ¯ ) 2 k=1 N ( Y k Y ¯ ) 2

The values of r will be between –1 (representing a perfect inverse linear correlation) and 1 (representing a perfect direct linear correlation). Values of 0 or close to zero signify a lack of correlation between the parameters.

Spearman (Rank) Correlations

For the Spearman (rank) correlation, slight nonlinearity is removed by ranking the parameter values from 1 to N for N values and replacing the parameter values with their rank value. The ranking can be based on highest to lowest parameter values or lowest to highest. The same correlation formulation is then applied to the ranked parameter values, R and S, substituted for X and Y:

sxy=k=1N(RkR¯)(SkS¯)k=1N(RkR¯)2k=1N(SkS¯)2

The Spearman correlation values are again between –1 and 1.