naifacp

Location: CuBatch\Model_PCA\naifacp.m

function [Ab,Bb,SS] = naifacp (X,f);

Description:
PCA on bootstrap data of X ( naive bootstrap)
.

Inputs:
X: data (matrix)
f: number of PC

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