residuelacp
Location: CuBatch\Model_PCA\residuelacp.m
function
[Ab,Bb,SS] = residuelacp (E,A,B);
Description:
PCA on bootstrap data of X ( residual bootstrap).
Inputs:
E: Residual matrix of the original PCA
A: scores of the original data
B: loadings of the original data
Outputs:
Ab: bootstrapped scores (matrix)
Bb: bootstrapped loadings (matrix)
SS: bootstrapped singular values (vector)
Called by:
bootcompacp
Subroutines:
Internal: None
External: acpf
Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France
Last modified: 08-May-2002 08:22:24
Contact: Christophe Durville, cdurpp@ifrance.com
References