Function rgsl::statistics::covariance
source · [−]Expand description
This function computes the covariance of the datasets data1 and data2 which must both be of the same length n.
covar = (1/(n - 1)) \sum_{i = 1}^{n} (x_i - \Hat x) (y_i - \Hat y)