Page 1 of 1

X12 trend cycle

Posted: Tue Jul 03, 2012 2:07 pm
by deaconeer
FOR %z
  • genr {%z}.12
    next

    What is the option for this command to produce both the trend cycle (*_tc) as well as the seasonally adjusted series (*_sa) which is the only default series produced by the *.12 command?

Re: X12 trend cycle

Posted: Tue Jul 03, 2012 2:12 pm
by EViews Gareth
The full set of options for X12 can be found in the Object Reference, in the Series section of Chapter 1.

In answer to your specific question:

Code: Select all

for %z [list of series] {%z}.x12(save="d11 d12") next