bootstrpregression

Location: CuBatch\common\bootstrpregression.m

function bootstat = bootstrpregression (nboot,nsortie,bootfun,varargin);

Description:
Executes bootstrap resamples
of data and executes the function 'bootfun' with these resampled data, X and Y.

Inputs:
nboot: Number of resamples
nsortie: Number of outputs
bootfun: Name of the function (char)
varargin: Input of the 'bootfun' function

Outputs:
bootstat: index of the resamples

Called by:
None

Subroutines:
Internal: None
External: None

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

Last modified: 18-Oct-2002 14:23:46

Contact: Christophe Durville, cdurpp@ifrance.com

References