LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 20 Mar 2003 02:41:50 -0800
Reply-To:   Tomasz <zombek_1@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Tomasz <zombek_1@YAHOO.COM>
Organization:   http://groups.google.com/
Subject:   X-11 Seasonal Adjustment Method
Content-Type:   text/plain; charset=ISO-8859-1

Hi!

I am a new on this SAS forum and hope to find the solution for my problem. I know that SAS X-11 Seasonal Adjustment Method can handle calendar effects in time series. When I apply following code on my data set "test": proc x11 data=test; monthly date=date additive tdregr=adjust; var sales; output a1=oryginal_series d5=seasonal_factors d13=final_irreg_series c16=final_trading_day_factors; run; I got table with all components of time series. In the column "final_trading_day_factors" I have trading day factors which are.....what? How can I explain them? Is there any good literature on that subject, especially on how to implement it in SAS software? SAS online doc is rather poor on that topic.

Tomasz


Back to: Top of message | Previous page | Main SAS-L page