Search found 4 matches
- Sun Jul 05, 2020 8:15 am
- Forum: Programming
- Topic: Group series without NAs after TRAMO-SEATS
- Replies: 2
- Views: 4280
Re: Group series without NAs after TRAMO-SEATS
Thanks! Actually I wanted to put all the SA series and the original ones that do not need SA into one group. So I did the following - I run these twice, once for the SAs and once for the NAs and grouped them all together in the end: group non_nas for !i=1 to non_sa.@count 'non_sa is the folder where...
- Fri Jul 03, 2020 5:59 am
- Forum: Programming
- Topic: Group series without NAs after TRAMO-SEATS
- Replies: 2
- Views: 4280
Group series without NAs after TRAMO-SEATS
Hi, I am dealing with the following issue: I have a big number of different time series and I want to run seasonal adjustment using TRAMO-SEATS. I want my code to seasonally adjust all series, however some of them apparently do not need SA and the TS output is just a string of NAs. I want my code to...
- Fri Nov 16, 2018 6:20 am
- Forum: Programming
- Topic: Series with different range
- Replies: 2
- Views: 3229
Re: Series with different range
Thanks, that helped a lot!
- Thu Nov 15, 2018 8:54 am
- Forum: Programming
- Topic: Series with different range
- Replies: 2
- Views: 3229
Series with different range
Hi all, I have the following issue: I have a large amount of series that need to be manipulated. However, the series have different ranges. I want to write a quick program that would adjust the sample every time for the respective series. For example - if we have the following series: s1 (range 2000...
