View source: R/ExclusiveConnectedness.R
ExclusiveConnectedness | R Documentation |
This function results in exclusive connectedness measures
ExclusiveConnectedness(dca, group = c(1, 2), start = NULL, end = NULL)
dca |
Dynamic connectedness object |
group |
Vector of group indices |
start |
Start index |
end |
End index |
Get connectedness measures
David Gabauer
Chatziantoniou, I., Elsayed, A., Gabauer, D., & Gozgor, G. (2022). Oil price shocks and exchange rate dynamics: New evidence from decomposed and partial connectedness measures for oil importing and exporting economies.
#Replication of Chatziantoniou, et al. (2022) data("cegg2022") dca = ConnectednessApproach(cegg2022, nlag=1, nfore=20, model="TVP-VAR", connectedness="Time", corrected=TRUE, VAR_config=list(TVPVAR=list(kappa1=0.99, kappa2=0.99, prior="BayesPrior"))) exc = ExclusiveConnectedness(dca, group=c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.