Page 1 of 1

Simulated time paths

PostPosted: Fri Feb 21, 2014 2:17 pm
by h0ps
Hi

This might be a stupid question (and if so, I'm sorry, but I haven't been able to find the answer on my own) but I would like to show the simulated time paths for my endogenous variables in my model (and not the IRF's). Is there anyway to do this within dynare?

Thx in advance

Re: Simulated time paths

PostPosted: Fri Feb 21, 2014 2:52 pm
by h0ps
It seems like "rplot variablename" does the trick.

Re: Simulated time paths

PostPosted: Fri Feb 21, 2014 2:52 pm
by jpfeifer
Use the rplot-command.

Re: Simulated time paths

PostPosted: Sat Feb 22, 2014 12:26 am
by h0ps
Yes thx

Re: Simulated time paths

PostPosted: Sat Feb 22, 2014 6:08 pm
by h0ps
When using stoch_simul I get the following error-message

Index exceeds matrix dimensions.

Error in rplot (line 47)
y = [y; oo_.endo_simul(strmatch(s1(k,:),M_.endo_names,'exact'),:)] ;

Error in NKmodel_baseline_stoch (line 137)
rplot(var_list_);

Error in dynare (line 174)
evalin('base',fname) ;

Re: Simulated time paths

PostPosted: Sat Feb 22, 2014 6:34 pm
by h0ps
I think it was due to me not adding enough periods. It works now