![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > PEARSON |
PEARSON(array1, array2) |
| Returns the Pearson product moment correlation coefficient. |
| array1 | The first array of independent values. | |
| array2 | The second array of dependent values. |
| REMARKS |
| The arguments must be either numbers or names, array constants, or references that contain numbers. | ||
| If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included. | ||
| If "array1" and "array2" are empty, then #N/A is returned. | ||
| If "array1" and "array2" have a different number of data points, then #N/A is returned. | ||
| 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. | ||
| The accuracy of this function was improved in Excel 2003. For more information please refer to this Knowledge Base Article (828129). |
| EXAMPLES |
|
| Functions - P | Index - P | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |