powered by
It is useful in symmetrizing the gmcmtx0 matrix containing a non-symmetric generalized correlation matrix.
symmze(mtx)
replace [i,j] and [j,i] by the max of absolute values with common sign
non-symmetric matrix
Prof. H. D. Vinod, Economics Dept., Fordham University, NY.
if (FALSE) { example mtx=matrix(1:16,nrow=4) symmze(mtx) }#'
Run the code above in your browser using DataLab