Learn R Programming

quantilogram (version 2.2.1)

corr.lag: Correlation Function

Description

The correlation statistics for a given lag order

Usage

corr.lag(matH, k)

Value

Correlation

Arguments

matH

The matrix with the column size of 2

k

The lag order (integer)

Author

Heejoon Han, Oliver Linton, Tatsushi Oka and Yoon-Jae Whang

Details

The function obtains the simple correlation statistics. The values in the first column of input matrix is interacted with the k-lagged values in the second column.