Search found 6 matches
- Fri May 12, 2017 3:25 am
- Forum: Examples and Sample Code
- Topic: Diebold-Yilmaz, IJF 2012
- Replies: 57
- Views: 161149
Re: Diebold-Yilmaz, IJF 2012
Is there a way to implement the LASSO and elastic net shrinkage in the VAR estimation before computing the variance decompositions? The authors apply this method to a high-dimensional VAR in their most recent paper: Demirer, Diebold, Liu and Yilmaz (2017), Estimating Global Bank Network Connectednes...
- Wed Jan 13, 2016 9:07 am
- Forum: ARCH and GARCH Models
- Topic: REGIME DUMMIES IN MGARCH variance-covariance matrix
- Replies: 5
- Views: 11941
Re: REGIME DUMMIES IN MGARCH variance-covariance matrix
I use a slightly modified version of the code above. I have 3 variables and include a shift dummy in the matrices A and B for the spillovers from variable 1 to variable 2. Hence, I now have (a12+a12d*D) and (b12+b12d*D). My main objective is to ascertain whether volatility spillovers increase or dec...
- Tue May 12, 2015 4:06 am
- Forum: ARCH and GARCH Models
- Topic: Matrix of Loadings in VECM-GARCH
- Replies: 6
- Views: 11306
Re: Matrix of Loadings in VECM-GARCH
Thanks Tom. This works fine.
- Mon May 11, 2015 10:59 am
- Forum: ARCH and GARCH Models
- Topic: Matrix of Loadings in VECM-GARCH
- Replies: 6
- Views: 11306
Matrix of Loadings in VECM-GARCH
Dear all, I would like to estimate a bivariate VECM-BEKK model and then compute the orthogonal vector to the error correction coefficients which I need for the calculation of information shares. However, I run into problems when I try to do this in RATS. I have done this procedure before in the fram...
- Fri Apr 24, 2015 9:54 am
- Forum: ARCH and GARCH Models
- Topic: Cholesky decomposition of time-varying covariances
- Replies: 3
- Views: 7763
Cholesky decomposition of time-varying covariances
%decomp(h(t)) would give the Cholesky factorization of the covariance matrix at T. What is it that you want to do with them? How you would use that depends upon what the end result is to be. Thank you Tom. Is it possible to generate a separate series for each element of the lower triangular over th...
- Fri Apr 24, 2015 7:49 am
- Forum: ARCH and GARCH Models
- Topic: Cholesky decomposition of time-varying covariances
- Replies: 3
- Views: 7763
Cholesky decomposition of time-varying covariances
Dear all, I estimate a standard bivariate VECM-BEKK model with futures and spot prices and need to conduct a cholesky decomposition of the estimated variance-covariance matrix at each time t of my sample period. I know how to do the Cholesky for a time-invariant covariance matrix but I was not able ...