Page 1 of 1

how to get the IRF values of variables?

PostPosted: Fri Sep 30, 2016 4:44 am
by yshguo123
Hi,everyone.

when we use dynare to simulate, the output file just including the IRFs figures of variables. my question is how to get the IRF values of variables? May I modify some .m files of dynare producer package to get the values?

Re: how to get the IRF values of variables?

PostPosted: Fri Sep 30, 2016 6:59 am
by jpfeifer
They are saved in
Code: Select all
oo_.irfs

Re: how to get the IRF values of variables?

PostPosted: Fri Sep 30, 2016 2:38 pm
by yshguo123
jpfeifer wrote:They are saved in
Code: Select all
oo_.irfs


Dear jpfeifer, thanks a lot, I have gotten it.