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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 19: Line 19:
  
 
=== See also: ===
 
=== See also: ===
 +
[[Documentation/How_Tos/Calc: PEARSON function|'''PEARSON''']]
 +
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
 
[[Documentation/How_Tos/Calc: Statistical functions|'''Statistical functions''']]
  
 
=== Issues: ===
 
=== Issues: ===
 
* <tt>'''CORREL'''</tt> is identical to <tt>'''PEARSON'''</tt>.
 
* <tt>'''CORREL'''</tt> is identical to <tt>'''PEARSON'''</tt>.

Revision as of 18:03, 1 June 2008


CORREL

Returns the Pearson correlation coefficient of two sets of data.

Syntax:

CORREL(independent; dependent)

where independent and dependent are ranges or arrays containing the first and second sets of data.
Any text or empty entries are ignored.
Advanced topic:
The parameters independent and dependent 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.

See also:

PEARSON

Statistical functions

Issues:

  • CORREL is identical to PEARSON.
Personal tools