TMA-TD-Lag-Tutorial
The Lag tool is supported in the Time Series Analysis App. It is used to calculate lag or lead of a time series. This tutorial uses App's built-in sample project. To open this sample OPJU file:
Lag tool can shift a time series down by a number of rows.
Given a time series xi, i = 1, 2, ..., n, when lag k > 0, the first k elements in the result will be missing values, and the time series will be shifted down by k units. If k < 0, the last |k| elements in the result will be missing values, and the time series will be back shifted by |k| units.