View source: R/CrossCorrelogram.R
CrossCorrelogram | R Documentation |
This function, used in crosscor_2series and crosscor_3series plots the graphs of the cross-correlation statistics.
CrossCorrelogram(object, comb, rot = 0)
object |
List of the output (statistics, pvalues) from crosscor_2series and crosscor_3series |
comb |
Name (string) of series, e.g., comb="(x,y)" |
rot |
Rotation of labels (default=0) |
Output |
No values are returned; only the graph is printed |
Duchesne, Ghoudi & Remillard (2012). On Testing for independence between the innovations of several time series. CJS, vol. 40, 447-479.
#Romano-Siegel's example #
data(romano_ex)
outr = crosscor_3series(romano_ex$x,romano_ex$y,romano_ex$z,5,2)
CrossCorrelogram(outr$out123,"{x,y,z}",rot=90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.