CORREL (PQL - xl)
This function returns the correlation coefficient of the two sets of data
- Library: PQL \ Spreadsheet \ Statistical
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
CORREL(array1, array2)
Function Arguments
Name | Description | Type | Optional |
array1 | The data should contain numbers, names, ranges, or references that are numeric. If some cells do not contain numeric data, they are ignored | StringOrNumber |
|
array2 | The data should contain numbers, names, ranges, or references that are numeric. If some cells do not contain numeric data, they are ignored | StringOrNumber |
|
Comments
This function is the same as the Microsoft Excel 'CORREL' function - using the same inputs, logic and outputs.