jmaih / RISE_toolbox

Solution and estimation of Markov Switching Rational Expectations / DSGE Models
BSD 3-Clause "New" or "Revised" License
105 stars 77 forks source link

Simulate only selected variables #160

Closed edugca closed 2 years ago

edugca commented 3 years ago

Hi Junior,

Is it possible to simulate only selected variables using the RISE's command simulate?

I'm thinking of something like in Dynare stoch_simul x; where x is the name of the variable. The model has endogenous regime-switching, though.

Best, Eduardo

jmaih commented 3 years ago

Hi Eduardo,

There is a difference between simulating a model and displaying the results of the simulation for a subset of variables.

After simulation, you can always select the variables to display. But that doesn't mean that only those variables were simulated.

In RISE too you can select the variables of interest after simulation.

Cheers,

J.

On Sat, Jan 30, 2021 at 5:48 PM Eduardo G. C. Amaral < notifications@github.com> wrote:

Hi Junior,

Is it possible to simulate only selected variables using the RISE's command simulate?

I'm thinking of something like in Dynare stoch_simul x; where x is the name of the variable. The model has endogenous regime-switching, though.

Best, Eduardo

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jmaih/RISE_toolbox/issues/160, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATKBTYIGDZHAOFSDWKOEMTS4QZ37ANCNFSM4W2O2Q7Q .

edugca commented 3 years ago

Thanks, Junior!