Extracts the running correlations by sliding a window comprised of wsize time points, and in each window,
the correlation of each pair of variables is computed.
Each time the window is slid, the oldest time point is discarded and the latest time point is added.
Usage
runCorr(data, wsize = 25)
Value
Running correlations time series
Arguments
data
N x v dataframe where N is the no. of time points and v the no. of variables