CALC.pearson(array1, array2)

Returns the Pearson product moment correlation coefficient, r, a dimensionless index that ranges from -1.0 to 1.0 inclusive and reflects the extent of a linear relationship between two data sets.

Example

CALC.pearson([9,7,5,3,1],[10,6,1,5,3]);

// returns 0.6993

<< CALC.negbinomdist(number_f, number_s, probability_s) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.percentile(array, k) >>