Page 1 of 1

how to use the parameter outside the dynare file

PostPosted: Wed Oct 05, 2016 3:13 pm
by fuyangzhao
Hi all,

I want to assign the parameter value in the .m file instead of .mod file. And then use the parameter in the .mod file. Is that possible?

Thanks in advance!

Re: how to use the parameter outside the dynare file

PostPosted: Wed Oct 05, 2016 4:22 pm
by jpfeifer
Usually you can do this with
Code: Select all
set_param_value

but without a more detailed description of what exactly you are trying to do it is impossible to tell.