Returns population covariance, the average of the products of deviations for each data point pair in two datasets.
Sample Usage
COVARIANCE.P(A2:A50,B2:B50)
Syntax
COVARIANCE.P(array1. array2)
- array1 - The first value or range to consider.
- array2 - The second value or range to consider.
Examples
COVARIANCE.P(A2:A50,B2:B50) returns the covariance, the average of the products of deviations for each data point pair.