covar#

swordfish.function.covar()#

Calculate the covariance of X and Y.

Parameters:
  • X (Constant) – A vector/matrix/table.

  • Y (Constant, optional) – A vector/matrix/table. X and Y are of the same size. If X is a table, only the numeric and Boolean columns are calculated.