Page 1 of 1
iris vs dynare
Posted:
Thu Jun 19, 2014 9:31 am
by marimel
Hi everyone!
I'm just starting to use this magnificent toolbox, and need some help.
Does dynare have an analog of tseries object (like iris does) if so then how does it call? if not how you do without it?
Thanks in advance
Re: iris vs dynare
Posted:
Fri Jun 20, 2014 9:09 am
by HoutanBastani
See the section 6 of the Dynare manual for how to use time series in dynare (i.e. dseries)
A more mature version of dseries will be available in the 4.5 release.
Re: iris vs dynare
Posted:
Tue Jun 24, 2014 12:38 pm
by marimel
Thanks!
Need a bit more help..)
I'm trying to plot dynSeries object but fail, the error somewhere in last string cause I can plot without identifying Xticks.
As I understood dynSeries contain dynSeries.data and dynSeries.dates? but somehow I can get those ts.dates..((
- Code: Select all
am=oo_.irfs.YU_e_xpU';%double massive it's ok
bm=dynDate('1999Q2');
ts=dynSeries(am,bm)
plot(ts.data)
id=get(gca,'XTick');
set(gca,'XTickLabel',strings(ts.dates(id)));
Re: iris vs dynare
Posted:
Tue Jun 24, 2014 12:59 pm
by HoutanBastani
Try using the unstable snapshot, as there have been many bug fixes/improvements in dseries.
http://www.dynare.org/download/dynare-unstableBest,
Houtan
Re: iris vs dynare
Posted:
Thu Jun 26, 2014 5:33 am
by marimel
Thanks!
I'll try new version.
And what do you think about using dynare essentially for calculation and iris for "painting" resultes?
(cause there are some really usefull things like report and different kinds of plot for tseries... )
Re: iris vs dynare
Posted:
Thu Jun 26, 2014 8:49 am
by HoutanBastani
We have included time series (dseries) and reports in Dynare 4.4. More mature versions of them are available in the unstable snapshot, to be released in Dynare 4.5.
In the snapshot, you should can look at the manual to see what's available in Dynare. You can also look at a document called dseriesReporting.pdf, which is a presentation of dseries and reporting in Dynare that was given at the Summer School this year.
After that, it's up to you to see which one better serves your needs. If you have needs that are not supported by Dynare, you can request them here and we will determine whether or not we'll add them (unless your institution supports Dynare, then we'll add them).
Re: iris vs dynare
Posted:
Thu Jun 26, 2014 11:11 am
by marimel
Thanks alot!
I'll do my best to find materials