Covar(A1, A2)
A1. First array of values.
A2. Second array of values.
NOTE. A1 and A2 must have the same number of data points.
The method returns covariance, that is, the average of the products for each pair of data points.
Covariance is used to determine correlation between two sets of data.
See also: