


brede_mat_partcorrcoef_tvalue - T-value for partial correlation
T = brede_mat_partcorrcoef_tvalue(X, Y, Z, varargin)
Input: X 'Mat' structure
Y 'Mat' structure
Z 'Mat' structure with nuisances
Output: T 'Mat' struture with t-values
T-value in connection with univariate partial correlation
coefficient between X and Y with Z as the nuisance/covariates.
Example:
T = brede_mat_partcorrcoef_tvalue(randn(20,3), randn(20,40000), ...
randn(20,2));
figure, hist(brede_cdf_t(T.matrix(:), 20-2-2),200);
See also BREDE, BREDE_MAT, BREDE_MAT_CCA, BREDE_MAT_CORRCOEF,
BREDE_MAT_COV, BREDE_MAT_MEAN, BREDE_MAT_ORTHOSPACE,
BREDE_MAT_PARTCORRCOEF, BREDE_MAT_PARTCORRCOEF_TEST,
BREDE_CDF_R, BREDE_CDF_T, BREDE_UI_MAT_PARTCORRCOEF.
$Id: brede_mat_partcorrcoef_tvalue.m,v 1.1 2007/06/12 23:48:58 fn Exp $