RSQ (PQL - xl)
This function returns the square of the Pearson product moment correlation coefficient (R-squared) through data points in known y's and known x's
- Library: PQL \ Spreadsheet \ Statistical
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
RSQ(known ys, known xs)
Function Arguments
Name | Description | Type | Optional |
known ys | Array of dependent values (y's) | StringOrNumber |
|
known xs | Array of independent values (x's) | StringOrNumber |
|
Comments
This function is the same as the Microsoft Excel 'RSQ' function - using the same inputs, logic and outputs.