Search found 3 matches
- Wed Mar 25, 2015 4:42 pm
- Forum: General Information and Tips and Tricks
- Topic: Resample
- Replies: 8
- Views: 10210
Re: Resample
So, it's impossible to have all resampled samples in one matrix at once and I have to do it for 1000 iterations and the loop should contain all 1000 matrices. How can I group all matrices obtained then, because I have to transfer this data into excel (hope this procedure will work at once)
- Wed Mar 25, 2015 1:38 am
- Forum: General Information and Tips and Tricks
- Topic: Resample
- Replies: 8
- Views: 10210
Re: Resample
Hi,
Thanks for your prompt reply EViews Gareth.
I've tried the code with new matrix m2 but know it saves only one resampled sample, so that there is only one column of the data. I wonder what I'm doing wrong?
Thanks for your prompt reply EViews Gareth.
I've tried the code with new matrix m2 but know it saves only one resampled sample, so that there is only one column of the data. I wonder what I'm doing wrong?
- Sun Mar 22, 2015 5:01 pm
- Forum: General Information and Tips and Tricks
- Topic: Resample
- Replies: 8
- Views: 10210
Re: Resample
Hi, I have similar problem, but in my case I'm resampling with block size=30. So some part of the code is as follows: rndseed 12345 series open matrix(1,1563) m1 stom(open,m1) !nreps=1000 matrix (1563,1000) x for !i = 1 to !nreps @resample (m1,0,30) next The problem is I can't store samples from eac...
