Search found 3 matches
- Mon Nov 05, 2018 11:35 am
- Forum: Programming
- Topic: Storing @quantile in a series
- Replies: 4
- Views: 7162
Re: Storing @quantile in a series
Sorry, this is in Eviews 10+ Larger code, truncated: for !i=1 to !zfoc vector(!zsimno) v{%zzname}!i=@rowextract(sm_{%zzname},!zt1+!i) vector(!zsimno) v1temp=0 for !s1=1 to !zsimno if v{%zzname}!i(!s1)<{%zzname}_{%zext}(!zt1+!i) then v1temp(!s1)=1 endif next smpl {%zdatel}+!i {%zdatel}+!i {%zzname}_p...
- Mon Nov 05, 2018 11:31 am
- Forum: Programming
- Topic: Storing @quantile in a series
- Replies: 4
- Views: 7162
Storing @quantile in a series
Hello, I have a pseudo bootstrapping program where I wind up with a whole bunch of paths stored as matrices, then at each point we draw a number of points from the these as our results (vague I know, please forgive). Long story short, we were pulling a bunch of quantiles into a table to organize the...
- Wed Aug 10, 2016 8:00 am
- Forum: Data Manipulation
- Topic: Exporting table to Excel
- Replies: 10
- Views: 25983
Re: Exporting table to Excel
Any update on this? I have a program that generates a number of summary tables that I would like to be able to write as multiple sheets within a single excel file.
