|
|
This function is useful in creating patterns from time-series data. To create multiple delays, use the SLIDE_WINDOW macro function.
|
Creates a new column named TEMP containing the values 2, 3, and 4 in cells 1-3, respectively.
|
Creates a new column named TEMP, where each value is the contents of column V1 delayed by two time steps.
|
Creates three new columns named TEMP, VX, and VY. The values in the TEMP column are the contents of column V1 delayed by ten time steps, the values of the VX column are the contents of column V2 delayed by ten time steps, and the values of the VY column are the contents of column V3 delayed by ten time steps.
|
Creates a new column named TEMP, where the first 10 cells contain the values in column V1 delayed by one time step (that is, rows 11-20 of column V1). The other cells in TEMP are empty.
|
Creates two new columns named TEMP and VX, each with values in rows 1-3 (the other cells are empty). The values in column TEMP are the corresponding rows of column V1 delayed by two time steps, and the values in column VX are the corresponding rows of column V2 delayed by two time steps (that is, rows 3-5 of columns V1 and V2).
|
Copyright IBM Corporation 2013. All Rights Reserved.
|