The Excel PEARSON Function
Basic DescriptionThe 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
Columns A and B of the spreadsheet on the left contain two arrays of values. These are shown in the chart below: 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 ErrorsIf you get an error from your Excel Pearson function this is likely to be one of the following :
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright © 2008-2011 ExcelFunctions.net |