Covariance
Compute sample covariance of two numeric vectors.
x (Vector): | List First numeric input.
Vector
y (Vector): | List Second numeric input.
na_rm (Bool): = false Pairwise remove NA values.
Bool