View source: R/InclusiveConnectedness.R
InclusiveConnectedness | R Documentation |
This function results in inclusive connectedness measures
InclusiveConnectedness(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.
data("cegg2022") dca = ConnectednessApproach(cegg2022, model="TVP-VAR", connectedness="Time", nlag=1, nfore=20, corrected=TRUE, VAR_config=list(TVPVAR=list(kappa1=0.99, kappa2=0.99, prior="BayesPrior"))) inc = InclusiveConnectedness(dca, group=c(1,2,3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.