CALC.correl(array1, array2)

Returns the correlation coefficient of the two arrays. Use the correlation coefficient to determine the relationship between two properties.

Example

CALC.correl([3,2,4,5,6],[9,7,12,15,17]);

// returns 0.997054

<< CALC.binomdist(number_s, trials, probability_s, cumulative) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.count(array) >>