Use dseries objects in Dynare
In the current state, dseries
objects can be used in matlab scripts and in Dynare's mod file to create and manipulate datasets. The next step is to integrate more deeply the dseries
class and Dynare. Whenever possible the output of Dynare will be dseries
objects (IRFs, forecasts, ...) and also we will allow the use of dseries
objects as inputs to Dynare's command (data
, content of initval
, data for conditional forecasts, ...).
-
Document the
data
command (new data interface). -
Save results as
dseries
objects. - Polish and document the from-to-do syntax.
-
Add the possibility to pass
dseries
to `initialand
histval``commands.