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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:PEARSON function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_INTERCEPT_function
 +
|NextPage=Documentation/How_Tos/Calc:_RSQ_function
 +
}}__NOTOC__
  
 
== PEARSON ==
 
== PEARSON ==
Line 16: Line 21:
  
 
: <i>Advanced topic:</i>
 
: <i>Advanced topic:</i>
: The parameters <tt>'''x'''</tt> and <tt>'''y'''</tt> are always evaluated as * [[Documentation/How_Tos/Using Arrays|array formulas]].
+
: The parameters <tt>'''x'''</tt> and <tt>'''y'''</tt> are always evaluated as [[Documentation/How_Tos/Using Arrays|array formulas]].
  
 
=== Example: ===
 
=== Example: ===
Line 22: Line 27:
 
: 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.
  
{{Documentation/SeeAlso|
+
=== Issues: ===
 +
* <tt>'''PEARSON'''</tt> is identical to <tt>'''CORREL'''</tt>.
 +
 
 +
{{SeeAlso|EN|
 
* [[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]]
Line 30: Line 38:
 
* [[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]]}}
 
+
[[Category: Documentation/Reference/Calc/Statistical functions]]
=== Issues: ===
+
* <tt>'''PEARSON'''</tt> is identical to <tt>'''CORREL'''</tt>.
+

Latest revision as of 14:44, 2 February 2024



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.
PEARSON 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:

PEARSON(A1:A30; B1:B30)

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

Issues:

  • PEARSON is identical to CORREL.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_PEARSON_function&oldid=260076"
Views
Personal tools
Navigation
Tools