View source: R/crossqreg.max.R
crossqreg.max | R Documentation |
The cross-quantilograms from 0 to a given lag order.
crossqreg.max(DATA1, DATA2, vecA, Kmax)
DATA1 |
An input matrix (T x p1) |
DATA2 |
An input matrix (T x p2) |
vecA |
A pair of two probability values at which sample quantiles are estimated |
Kmax |
The maximum lag order (integer) |
This function calculates the partial cross-quantilograms up to the lag order users specify.
A vector of cross-quantilogram
Heejoon Han, Oliver Linton, Tatsushi Oka and Yoon-Jae Whang
Han, H., Linton, O., Oka, T., and Whang, Y. J. (2016). "The cross-quantilogram: Measuring quantile dependence and testing directional predictability between time series." Journal of Econometrics, 193(1), 251-270.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.