ExcelFunctions.net Logo

The Excel PEARSON Function

Home » Excel-Built-In-Functions » Excel-Statistical-Functions » Excel-Pearson-Function
Search this site:
Custom Search

Pearson Product-Moment Correlation Coefficient
The Pearson product-moment correlation coefficient is a statistical measurement of the correlation (linear association) between two sets of values.

The Pearson product-moment correlation coefficient for two sets of values, x and y, is given by the formula :
Pearson Product-Moment Correlation Coefficient Function
where x and y are the sample means of the two arrays of values.

If the value of r is close to +1, this indicates a strong positive correlation, and if r is close to -1, this indicates a strong negative correlation.

More information on the Pearson Product-Moment Correlation Coefficient is given on Wikipedia

Basic Description

The Excel PEARSON function calculates the Pearson Product-Moment Correlation Coefficient for two sets of values.

The format of the function is :

PEARSON( Array1, Array2 )

Where Array1 is a set of independent variables and Array2 is a set of dependent variables. These arrays should be of equal length.


Excel Pearson Function vs. Excel Correl Function

The Excel Pearson function is the same as the Excel Correl Function, except that, in earlier versions of Excel (earlier than Excel 2003), the Pearson function may exhibit some rounding errors.

Therefore, if you are using an earlier version of Excel than Excel 2003, you should use the Correl function in preference to the Pearson function. In later versions of Excel, both functions should give the same results.


Example

  A B
1 x y
2 1 10.11
3 2 22.90
3 2 27.61
4 3 27.61
5 4 11.15
6 5 31.08
7 6 37.90
8 7 33.49
9 8 21.05
10 9 27.01
11 10 45.78
12 11 31.32
13 12 50.57
14 13 45.48
15 14 40.94
16 15 53.76
17 16 36.18
18 17 49.77
19 18 55.66
20 19 63.83
21 20 63.60

Columns A and B of the spreadsheet on the left contain two arrays of values. These are shown in the chart below:

Positive Correlation

The Pearson Product-Moment Correlation Coefficient of the values in columns A and B of the spreadsheet can be calculated using the Excel Pearson function, as follows:

=PEARSON( A2:A21, B2:B21 )

This gives the result 0.870035104, which indicates a strong positive correlation between the two sets of values.

Information on interpreting the significance of the Pearson Product-Moment Correlation Coefficient is given on the University of New England website


Further information and examples of the Excel Pearson function can be found on the Microsoft Office website.


Common Errors

If you get an error from your Excel Pearson function this is likely to be one of the following :

#N/A - Occurs if the supplied Arrays are of different lengths
#DIV/0! - Occurs if either of the supplied Arrays are empty or if the standard deviation of their values equals zero






Valid XHTML 1.0 Transitional

Disclaimer Privacy Policy

Copyright © 2008-2011 ExcelFunctions.net