COVARIANCE.S (PQL - xl)
This function returns the sample covariance, which is the average of the products of deviations for each data point pair in two sets of numbers
- Library: PQL \ Spreadsheet \ Statistical
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
COVARIANCE.S(array1, array2)
Function Arguments
Name | Description | Type | Optional |
array1 | The data should contain numbers, names, arrays, or references that are numeric. If some cells do not contain numeric data, they are ignored | StringOrNumber |
|
array2 | The data should contain numbers, names, arrays, 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 'COVARIANCE.S' function - using the same inputs, logic and outputs.