Bootci usage: passing vectors into function
Mostra commenti meno recenti
Hi,
I am trying to use bootci to generate confidence intervals on a fit to data. My code is:
[ci,bootstat] = bootci(100,{fitData,data,v1,v2,scalar},'alpha',.1)
where fitData is a function that returns a scalar from the fit to data (data is the set to be sampled with replacement). The variables v1 and v2 (two vectors) and one scalar are needed by the function.
As I understand it, the problem is that the function, fitData, also needs those two vectors v1 and v2. However, I do not wish to sample from. My understanding from the documentation is bootstrp and bootci automatically samples from all vectors passed to the function. Is this correct? If it is, is there a way to change that?
Thanks, Gabriela
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Resampling Techniques in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!