covarMatrix#

swordfish.function.covarMatrix()#

Return a covariance matrix, where the (i, j) entry is the covariance between the columns i and j of X.

Parameters:

X (Constant) – A matrix.