Page 1 of 1

where does "conditional_forecast" store data output?

PostPosted: Mon Oct 14, 2013 4:40 pm
by anitazhang
dear all,

i am a new beginner to dynare. and i am learning the "conditional_forecast" command. Just a simple question, where is "conditional_forecast" data output? I know that I can plot the path using plot_conditional_forecast. but I do want to take a look at the data output, not just the figure output. i searched the file oo_ but found no clues about what I need. indeed, i want a file like "oo_.forecast", which can be produced by the "forecast" command.

thanks a lot.

Re: where does "conditional_forecast" store data output?

PostPosted: Tue Oct 15, 2013 10:02 am
by jpfeifer
They are saved in a separate mat-file called
Code: Select all
 conditional_forecasts.mat
Inside of it, you will find a structure called
Code: Select all
forecasts

Re: where does "conditional_forecast" store data output?

PostPosted: Wed Oct 16, 2013 4:00 am
by anitazhang
thanks a lot!