Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor

Documentation/How Tos/Calc: CORREL function

From OpenOffice.org Wiki

Jump to: navigation, search


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:
Image:Calc_pearson_equation.png
where Image: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.



See Also

Personal tools
Create a book