The SIMILARITY Procedure |
You can use the SIMILARITY procedure to do the following functions, which are done in the order shown. First, you can form time series data from transactional data with the options shown:
ACCUMULATE= option
SETMISSING= option
ZEROMISS= option
Next, you can transform the accumulated time series to form the working time series with the following options. Transformations are useful when you want to stabilize the time series before computing the similarity measures. Simple and seasonal differencing are useful when you want to detrend or deseasonalize the time series before computing the similarity measures. Often, but not always, the TRANSFORM=, DIF=, and SDIF= options should be specified in the same way for both the target and input variables.
TRANSFORM= option
DIF= and SDIF= option
TRIMMISSING= option
PRINT=DESCSTATS option
After the working series is formed, you can treat it as an ordered sequence that can be normalized or scaled. Normalizations are useful when you want to compare the "shape" or "profile" of the time series. Scaling is useful when you want to compare the input sequence to the target sequence while discounting the variation of the target sequence.
NORMALIZE= option
SCALE= option
After the working sequences are formed, you can compute similarity measures between input and target sequences:
SLIDE= option
COMPRESS= and EXPAND= option
MEASURE= and PATH= option
The SLIDE= option specifies observation-index sliding, seasonal-index sliding, or no sliding. The COMPRESS= and EXPAND= options specify the warping limits. The MEASURE= and PATH= options specify how the similarity measures are computed.
Note: This procedure is experimental.
Copyright © SAS Institute, Inc. All Rights Reserved.