Home > Matching_SYM_LSM > src > Functions > Statistics > dist_CovM.m

dist_CovM

PURPOSE ^

distance of Covariance matrices

SYNOPSIS ^

function d = dist_CovM(C1,C2)

DESCRIPTION ^

  distance of Covariance matrices

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function d = dist_CovM(C1,C2)
0002 %  distance of Covariance matrices
0003 
0004 d = norm(log(eig(C1,C2)));
0005 
0006 end
0007

Generated on Sun 19-Jul-2020 23:00:25 by m2html © 2005