Difference between revisions of "Documentation/How Tos/Calc: CORREL function"
From Apache OpenOffice Wiki
< Documentation | How Tos
m (→Syntax:) |
m |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | __NOTOC__ | + | {{DISPLAYTITLE:CORREL function}} |
| + | {{Documentation/CalcFunc StatisticalTOC | ||
| + | |ShowPrevNext=block | ||
| + | |PrevPage=Documentation/How_Tos/Calc:_ZTEST_function | ||
| + | |NextPage=Documentation/How_Tos/Calc:_COVAR_function | ||
| + | }}__NOTOC__ | ||
== CORREL == | == CORREL == | ||
| Line 26: | Line 31: | ||
| − | {{ | + | {{SeeAlso|EN| |
* [[Documentation/How_Tos/Calc: PEARSON function|PEARSON]] | * [[Documentation/How_Tos/Calc: PEARSON function|PEARSON]] | ||
* [[Documentation/How_Tos/Calc: RSQ function|RSQ]] | * [[Documentation/How_Tos/Calc: RSQ function|RSQ]] | ||
Latest revision as of 14:40, 2 February 2024
Spreadsheet Lookup functions
Measures of dispersion / spread
Probability and statistics
Correlation and line fitting
See also (in the Arrays Functions category); GROWTH, LINEST, LOGEST, TREND
Ranking
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.
- 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
