The TIMESERIES Procedure |
The TIMESERIES procedure can be used to perform trend and seasonal analysis on transactional data. For trend analysis, various sample statistics are computed for each time period defined by the time ID variable and INTERVAL= option. For seasonal analysis, various sample statistics are computed for each season defined by the INTERVAL= or the SEASONALITY= option. For example, if the transactional data ranges from June 1990 to January 2000 and the data are to be accumulated on a monthly basis, then the trend statistics are computed for every month: June 1990, July 1990, ..., January 2000. The seasonal statistics are computed for each season: January, February, ..., December.
The TIMESERIES procedure can be used to form time series data from transactional data. The accumulated time series can then be analyzed using time series techniques. The data is analyzed in the order described.
ACCUMULATE= option
SETMISSING= option
TRANSFORM= option
DIF= and SDIF= option
OUTSUM= option, PRINT=DESCSTATS
DECOMP statement, OUTDECOMP= option
CORR statement, OUTCORR= option
CROSSCORR statement, OUTCROSSCORR= option
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.