Covariance and Correlation

cvar(A, B) Returns the covariance of the elements of A and B given by

covariance equation

where the overbar indicates the complex conjugate.

corr(A, B) Returns the Pearson's r correlation coefficient of the elements in A and B.

correlation equation

Arguments:

Notes:

QuickSheet