Difference between revisions of "Documentation/How Tos/Calc: CORREL function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 21: Line 21:
 
<tt>'''CORREL(A1:A30; B1:B30)'''</tt>
 
<tt>'''CORREL(A1:A30; B1:B30)'''</tt>
 
: returns the Pearson correlation coefficient for the two sets of data in A1:A30 and B1:B30.
 
: returns the Pearson correlation coefficient for the two sets of data in A1:A30 and B1:B30.
 +
 +
=== Issues: ===
 +
* <tt>'''CORREL'''</tt> is identical to <tt>'''PEARSON'''</tt>.
 +
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
Line 30: Line 34:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
=== Issues: ===
 
* <tt>'''CORREL'''</tt> is identical to <tt>'''PEARSON'''</tt>.
 

Revision as of 09:44, 2 March 2009


CORREL

Returns the Pearson correlation coefficient of two sets of data.

Syntax:

CORREL(x; y)

where x and y are ranges or arrays containing the two sets of data.
Any text or empty entries are ignored.
CORREL calculates:
Calc pearson equation.png
where Calc xymean.png are the averages of x,y.
Advanced topic:
The parameters x and y are always evaluated as * array formulas.

Example:

CORREL(A1:A30; B1:B30)

returns the Pearson correlation coefficient for the two sets of data in A1:A30 and B1:B30.

Issues:

  • CORREL is identical to PEARSON.


Template:Documentation/SeeAlso

Personal tools