


brede_mat_partcorrcoef - Correlation coefficient
R = brede_mat_partcorrcoef(X, Y, Z)
Input: X 'Mat' structure or numerical matrix
Y 'Mat' structure or numerical matrix
Z 'Mat' structure with nuisances or numerical matrix
Output: R 'Mat' struture with correlation coefficient
matrix
Univariate partial correlation coefficient between X and Y
with Z as the nuisance/covariates. The three matrices should have
the same number of rows.
The output 'mat' structure contains a matrix with the partial
correlation coefficients. The rows in this matrix correspond to
the columns of the X matrix and the columns correspond to the
columns of the Y matrix.
See also BREDE, BREDE_MAT, BREDE_MAT_CCA, BREDE_MAT_CORRCOEF,
BREDE_MAT_COV, BREDE_MAT_MEAN, BREDE_MAT_ORTHOSPACE,
BREDE_CDF_R, BREDE_UI_MAT_PARTCORRCOEF.
$Id: brede_mat_partcorrcoef.m,v 1.9 2008/09/18 15:16:23 fn Exp $