<< arand_index Statistics covmat >>

fact >> Statistics > corrmat

corrmat

matrix of the correlation coefficients between the column vectors of two matrices

Calling sequence

xcorr = corrmat(x1,x2);

Arguments

x1,x2:

matrices of dimensions (n x q1) and (n x q2) respectively or Div structures

xcorr:

a Div structure; xcorr.d is the matrix of the correlation coefficients of dimensions (q1 x q2)

Example

[mat_corr]=corrmat(x1,x2)

Authors


Report an issue
<< arand_index Statistics covmat >>