Difference between revisions of "Documentation/How Tos/Calc: PEARSON function"
From Apache OpenOffice Wiki
< Documentation | How Tos
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s) |
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s) |
||
Line 23: | Line 23: | ||
{{Documentation/SeeAlso| | {{Documentation/SeeAlso| | ||
− | * [[Documentation/How_Tos/Calc: CORREL function|CORREL]] | + | * [[Documentation/How_Tos/Calc: CORREL function|CORREL]] |
* [[Documentation/How_Tos/Calc: RSQ function|RSQ]] | * [[Documentation/How_Tos/Calc: RSQ function|RSQ]] | ||
Revision as of 14:31, 26 February 2009
PEARSON
Returns the Pearson correlation coefficient of two sets of data.
Syntax:
PEARSON(x; y)
- where x and y are ranges or arrays containing the two sets of data.
- Any text or empty entries are ignored.
- Advanced topic:
- The parameters x and y are always evaluated as * array formulas.
Example:
PEARSON(A1:A30; B1:B30)
- returns the Pearson correlation coefficient for the two sets of data in A1:A30 and B1:B30.
Template:Documentation/SeeAlso
Issues:
- PEARSON is identical to CORREL.