To measure the strength and direction of the linear relationship between two variables.
=PEARSON(array1, array2)
| Parameter | Description |
|---|---|
array1 |
The first set of data values. |
array2 |
The second set of data values. |
=PEARSON(B5:B9,C5:C9) // returns 0.997447985
=PEARSON(B5:B9,C5:C9) // returns -1
=PEARSON(B5:B9,C5:C9) // returns -0.057