How to use bootstrap technique among multiple data sets by choosing data sets randomly
Mostra commenti meno recenti
I have two time series of 2,15,000 samples each i.e. one is E and another one H;
I made total samples into 10 sections i.e. 21,500 samples each section for E time series and 10 sections i.e. 21,500 samples each section for H time series
I want to calculate Z=[E/H];
E and H data are stored in one matrix for one section i.e. total 10 matrices for 10 sections.
Now One section (matrix) is chosen randomly among 10 with equal probability i.e. 1/10, and the process is repeated 10 times. This yields 10 sections( or matrices). It should be noted that among them, some sections may be the same section, since each section is chosen independently with equal probability from the entire sampling space. The corresponding E and H data terms of the chosen 10 matrices, are then used in equation Z=[E/H] to obtain one estimate of the impedance Z1.
The whole procedure is repeated 500 times such that 500 estimates of Z1,Z2....Z500 are obtained. The mean values obtained by the bootstrapping are considered as the Z estimates and confidence intervals of 95% are derived from standard deviations.
How to do this. Please anybody help me to solve this.?
4 Commenti
Ameer Hamza
il 28 Mar 2020
Have you already divided E and H into 10 matrices? Do you already have some code? You mentioned that in each iteration, 10 sections would be chosen randomly. How do you use those 10 sections to estimate Z1, do we average E/H for the 10 sections? Do the 10 randomly selected sections from E and H have the same order?
If you need help with a specific step, let us know where you're at and what you've tried.
Pradeep Bukke
il 29 Mar 2020
Modificato: Adam Danz
il 29 Mar 2020
Pradeep Bukke
il 29 Mar 2020
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su ANOVA 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!