Search found 4 matches
- Sat Nov 10, 2012 5:29 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Beyesian Error Bands Calculation
- Replies: 3
- Views: 6111
Re: Beyesian Error Bands Calculation
Hello Tom, I am trying to do 40 different VARS and want completely different sets for IRFs, but these 40 VARs do have some common variables, so they are not completely irrelevant. So I first estimated 40 different VARS, do some transformation for coefficients and sigmas, then reassign these new coef...
- Thu Nov 08, 2012 7:48 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: Beyesian Error Bands Calculation
- Replies: 3
- Views: 6111
Beyesian Error Bands Calculation
Hello, I am trying to simulate the Monte Carlo error bands for a 6-variable VAR model. The procedure @MCVARDoDraws and @MCGRAPHIRF are really helpful and make it much easier to do the simulation, but my case is that I use new coefficients and sigma matrices for the VAR, but not the estimated one. He...
- Sun Nov 04, 2012 10:19 pm
- Forum: Data: Reading, Writing, Transforming
- Topic: loop inside a loop
- Replies: 1
- Views: 5801
loop inside a loop
Hello Tom, I posted a question about reading series from excel using loops in VAR forum session and thanks for your help. I want log-difference for each series, I have so far successfully read series in logs by do loop, but I just could not do difference, because RATS wont recognize "set statep...
- Thu Nov 01, 2012 12:28 pm
- Forum: VARs (Vector Autoregression Models)
- Topic: save VAR coefficients matrix into series
- Replies: 1
- Views: 4676
save VAR coefficients matrix into series
Hello, I want to save the rectangular coefficients matrix of several VAR model in to a series, for example, I want to see coeff(1) denotes the coefficients of VAR(1), coeff(2) denotes the coefficients of VAR(2), etc... The problem I have is that I can not correctly declare the series number because ...