Page 1 of 1

declare parameters values

PostPosted: Fri Jun 03, 2011 1:48 pm
by Bene
Hi,

I used to declare parameters values in the preamble of the .mod file using an external .m file, i.e.

//PREAMBLE

parameters bet sig

[bet, sig] = calibr_parms

...

This syntax used to work with Dynare 3 but it does not work anymore with Dynare 4. I used this syntax because my parameters values come from a stores .csv file which is uploaded in the auxiliary file, using importdata() command.

Is there a way to to it with Dynare 4?

Thanks!

Re: declare parameters values

PostPosted: Tue Jun 07, 2011 5:32 pm
by jpfeifer
Hi, most probably you have to do the import by calling this function in a steady state file. How to do that, search the forum.