Good question. What am I trying to accomplish? I’m trying to figure out what SAS procs I need.
I think just learning what SAS procedures are and do and what a site has is an iterative process, like modeling is. :smileymischief:
Kinda like data mining too... Reviewing my ETS on SAS v 9.1.3 on NT and v 9.2 on Unix and also EM 6.1 on Unix is an adventure.
I want to forecast up to 90 time series of non transactional data, now for the past 3 years. Forecast maybe a month or two ahead. Nothing missing. Proc Expand seems to be necessary for interpolation of missing data and other procs handle different interval manipulation I think.
My data comes from some daily input system that appears to have a ‘seasonal’ ie, end of month large dump of data. No regressors.
I just found Proc SGPlot (v 9.2 necessary) gives nice plots of multiple series and it has a nice group option.
Right now it looks like Proc Timeseries on SAS 9.2 gives the easiest ways to look at seasons cycles and trends.
Proc ESM gives some estimates of about 6 types of smoothing models. It appears to not need any Proc Timeseries data as input, but I need to investigate. So far I haven’t got very good results.
I was hoping EM 6.2 might have a nice way to pick the right models but I seem to have only the timeseries module which I now see is probably just Proc Timeseries. I think I would need proc HPF do actually forecast and that is a separate product from ETS procs I think.
How am I doing?