Summaryccm function

Summary Statistics of Cross-Correlation Matrices

Summary Statistics of Cross-Correlation Matrices

Compute and plot summary statistics of cross-correlation matrices (CCM) for high-dimensional time series.

Summaryccm(x, max.lag = 12)

Arguments

  • x: T by k data matrix: T data points in rows with each row being data at a given time point, and k time series in columns.
  • max.lag: The number of lags for CCM.

Returns

A list containing:

  • pvalue - P-values of Chi-square tests of individual-lag CCM being zero-matrix.
  • ndiag - Percentage of significant diagonal elements for each lag.
  • noff - Percentage of significant off-diagonal elements for each lag.

Examples

data(TaiwanAirBox032017) output <- Summaryccm(as.matrix(TaiwanAirBox032017[,1:4]))
  • Maintainer: Antonio Elias
  • License: GPL-3
  • Last published: 2022-04-27

Useful links