PEARSON

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.

Syntax

PEARSON(array1,array2)

Array1   is a set of independent values.

Array2   is a set of dependent values.

Remarks

Example

PEARSON({9,7,5,3,1},{10,6,1,5,3}) equals 0.699379