View source: R/ConnectednessTable.R
ConnectednessTable | R Documentation |
This function provides standard connectedness table.
ConnectednessTable(FEVD, digit = 2)
FEVD |
Forecast error variance decomposition |
digit |
Number of decimal places |
Get connectedness table
Chatziantoniou, I., & Gabauer, D. (2021). EMU risk-synchronisation and financial fragility through the prism of dynamic connectedness. The Quarterly Review of Economics and Finance, 79, 1-14.\ Gabauer, D. (2021). Dynamic measures of asymmetric & pairwise connectedness within an optimal currency area: Evidence from the ERM I system. Journal of Multinational Financial Management, 60, 100680.
data(dy2012) fit = VAR(dy2012, configuration=list(nlag=1)) fevd = FEVD(Phi=fit$B, Sigma=fit$Q, nfore=10, type="time", generalized=TRUE)$FEVD dca = ConnectednessTable(fevd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.