Dynare.jl icon indicating copy to clipboard operation
Dynare.jl copied to clipboard

stoch_simul ignores list of variables for irfs

Open albop opened this issue 1 year ago • 1 comments

For the example1.mod example, change the list of variables to print for instance with stoch_simul(order=1) y c k;. The irfs still contain exactly the same variables in the same orders.

For a bigger model, independently of the stoch_simul command, I found that it prints the first 8 variables in declaration order and ignores the next one.

albop avatar Apr 28 '24 11:04 albop

Thanks @albop. Variables' selection isn´t implemented yet. I leave the issue open as a reminder to implement it.

MichelJuillard avatar Apr 28 '24 11:04 MichelJuillard