Search found 36 matches

by ecrgap
Mon Jul 04, 2011 5:09 pm
Forum: Help With Programming
Topic: MS-VAR (COEFFICIENTS)
Replies: 0
Views: 4498

MS-VAR (COEFFICIENTS)

Hi Tom, I want to run an MS-VAR model whose coefficients on the lagged variables will be changing over time. So far I have found examples where only the intercept and/or the shocks variances change over time. Is there any example I can refer to? Additionally, is there any example on how to compute t...
by ecrgap
Fri Nov 26, 2010 12:10 pm
Forum: VARs (Vector Autoregression Models)
Topic: Parameter stability test of VAR parameters
Replies: 1
Views: 5348

Parameter stability test of VAR parameters

Hi all,

I was wondering if there is a procedure in RATS to perform the VAR parameters stability test of Bai, Lumsdaine and Stock (1998, ''Testing for and Dating Common Breaks in Multivariate Time Series'').

Thank you very much in advance.
by ecrgap
Wed Jun 02, 2010 10:33 am
Forum: State Space Models/DSGE
Topic: Markov Switching DSGE
Replies: 0
Views: 6458

Markov Switching DSGE

Hi Tom,

So here's a paper by Troy Davig and Eric Leeper. I'm trying to replicate their results. Do you think RATS can do it?

Thanks a lot
by ecrgap
Mon May 24, 2010 6:45 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

sorry Tom I just saw your message, so basically, in the paper i am working there is also the assumption that the e variable follows an AR(1) as well. So if you look at the code that I had initially sent you, I didn't have that specification. If you add the AR process for the e variable, it works per...
by ecrgap
Mon May 17, 2010 6:32 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

Tom you are amazing.

I specified the dynamics of the e variable correctly and the simulation works perfect.

you saved me once again

thanks a lot
by ecrgap
Mon May 17, 2010 6:10 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

ok i see

so the problem is generated by e and ner.

thanks a lot tom
by ecrgap
Mon May 17, 2010 4:32 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

Try this form. I just corrected for the ner variable dec series dp z y r m g q e df du k hin fin s b d rf ep u pro h ystar prf gstar hf w de def rstar rfstar tran uip dec real beta theta ra ha fa ga hta sigma faip faiy eja gai rai eta cuta zita cutat vita vitad vitaf taf cut cutt fita ta tau taut nt...
by ecrgap
Mon May 17, 2010 4:26 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

i ll have a look and come back. however, when i run it to get the impulse responses i don't get a signal like this and it works fine. I don't know what went wrong.
i ll have a look.

Thank you
by ecrgap
Mon May 17, 2010 2:37 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

No worries. Ok so here's the example. It's a bit a big model though dec series dp z y r m g q e df du k hin fin s b d rf ep u pro h ystar prf gstar hf w de def rstar rfstar tran ner uip dec real beta theta ra ha fa ga hta sigma faip faiy eja gai rai eta cuta zita cutat vita vitad vitaf taf cut cutt ...
by ecrgap
Mon May 17, 2010 9:32 am
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Re: Simlating a simple dsge

Ok, so basically assume a dsge model of inflation, output and interest rate as follows: frml(identity) f1 = dp - beta*dp{-1} - kappa*y frml(identity) f2 = y - y{-1} + (1/sigma)*(r - dp{-1}) frml(identity) f3 = r - faip*dp - faiy*y - u frml f4 = u - rho*u{1} group dsge f1 f2 f3 f4 dsge(...) dp y r co...
by ecrgap
Sun May 16, 2010 5:08 pm
Forum: State Space Models/DSGE
Topic: Simulating a simple dsge
Replies: 14
Views: 17814

Simulating a simple dsge

Hi Tom

I was trying to simulate a simple dsge model for 1000 periods. The model is already in loglinear form. I tried the standard dlm instruction, but RATS does not generate data, just one first value and then it says +NAN.
Any suggestions?

Thanks in advance.
by ecrgap
Mon May 10, 2010 1:05 pm
Forum: State Space Models/DSGE
Topic: DSGE with exogenous variables
Replies: 7
Views: 11895

Re: DSGE with exogenous variables

yes, thank you very much Tom. So, basically, it's like having two separate models, i.e. two dsge instructions. So for stability, I guess, you need both to converge uniquely (i.e. Blanshard-Kahn or Sims). So as I understand the final dlm instruction that you wrote collapses them into one. Thank you Tom
by ecrgap
Mon May 10, 2010 11:05 am
Forum: State Space Models/DSGE
Topic: DSGE with exogenous variables
Replies: 7
Views: 11895

Re: DSGE with exogenous variables

Ok I see. Or, I guess, if you simulate as in the above example and you specify two different A matrices for different periods in the simulation exercise.
by ecrgap
Fri May 07, 2010 5:38 am
Forum: State Space Models/DSGE
Topic: DSGE with exogenous variables
Replies: 7
Views: 11895

Re: DSGE with exogenous variables

ok I see. So can this code be modified so that to allow for variation in the A matrix (in a regime switching fashion)? If this is the case I guess one will need two dsge instructions to generate the impulse responses, no? What about the dlmirf? Is there a new version of it accounting for regime swit...
by ecrgap
Thu May 06, 2010 3:16 pm
Forum: State Space Models/DSGE
Topic: Quadratic terms in DSGE
Replies: 1
Views: 6637

Quadratic terms in DSGE

Hi Tom, Further to our previous discussions on time variation and regime switching, I tried to calibrate a simple dsge where the interest rate rule is i = a1*y+a2*p^2, i.e. quadratic in the inflation rate. I tried then to extract the impulse responses using the dlmirf and it worked. However I wanted...