Simulated time paths

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

It seems like “rplot variablename” does the trick.

Use the rplot-command.

Yes thx

When using stoch_simul I get the following error-message

[quote]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) ;[/quote]

I think it was due to me not adding enough periods. It works now