Page 1 of 1

Loading Initial and Historical Value Data

PostPosted: Fri Jul 01, 2016 1:16 pm
by dhcooper01
Is there are way in dynare to load initial values or historical values from a matlab database much like you can load parameter values and use the "set_param_value" function? My sense is no from looking through the documentation and previous discussions, but I wanted to ask in case this feature has been added to the software recently.

Thanks,
Daniel

Re: Loading Initial and Historical Value Data

PostPosted: Fri Jul 01, 2016 1:38 pm
by jpfeifer
In which context, i.e. for which command?

Re: Loading Initial and Historical Value Data

PostPosted: Fri Jul 01, 2016 2:33 pm
by dhcooper01
for the histval or initval block of code in the .mod file.

rather than

initval;
y = log(30)
end;

I want to do something like

initval;
y = X;
end;

where X is a value stored in a matlab database corresponding to the actual level of output (GDP) in the data.

Thanks for your help.

Re: Loading Initial and Historical Value Data

PostPosted: Sat Jul 02, 2016 5:23 pm
by jpfeifer
See the manual on
Code: Select all
initval_file