Bootci usage: passing vectors into function
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Resampling Techniques in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!