Page 1 of 1

Using Series Functions on Pools

Posted: Thu Mar 03, 2016 3:03 am
by kszynkar
Hi, I'm trying to run a series function on each member of a pool. What's the best way to do so?

The below code is essentially what I'm trying to do:

Code: Select all

'a pool where of a number of series that all begin with "NCS" pool Services .... NCS?.x13(save="d10 d12 d11 d13", outtype="ao", outspan=%range1, arimasmpl=%range2) @reg(regs="easter[1],") @x11(mode=add)

Re: Using Series Functions on Pools

Posted: Thu Mar 03, 2016 9:17 am
by EViews Gareth
You cannot do that. You'll have to create a for loop that loops over each series one at a time and does the seasonal adjustment.

Re: Using Series Functions on Pools

Posted: Fri Mar 04, 2016 2:13 am
by kszynkar
thanks