View source: R/corr.lag.partial.R
corr.lag.partial | R Documentation |
A function used to obtain partial cross-correlation function for a give lag order
corr.lag.partial(matH, k)
matH |
A matrix with multiple columns (more than 3 columns) |
k |
The lag order (integer) |
This function obtains the partial corss-correlation and the simple correlation. To obtain the partial cross-correlation, this function uses the first column of the input matrix and k-lagged values of the rest of the matrix.
Partial corss-correlation at k lags and the correlation statistics at k lags.
Heejoon Han, Oliver Linton, Tatsushi Oka and Yoon-Jae Whang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.