bootcompacp

Location: CuBatch\Model_PCA\bootcompacp.m

function risqueB = bootcompacp (X,mi,mo,c,model);

Description:
Calculated the bootstrap estimated of the risk of the PCA model.


Inputs:
X: data (matrix)
mi:
ModelIn structure
mo:
ModelOut structure
c: content object
model: 'r' (residual bootstrap), or 'n' (naive bootstrap).

Outputs:
risqueB: bootstrap estimated of the risk

Called by:
acpf

Subroutines:
Internal: None
External: bootstrpanadon

Author:
Christophe Durville
TOTALFINAELF (CReS)
Université Marne-La-Vallée
France

Last modified: 13-Aug-2002 16:02:10

Contact: Christophe Durville, cdurpp@ifrance.com

References