#254: UnivariateSpectralDensity.m must be implemented to preprocessor and
documented.
-------------------------+--------------------------------------------------
Reporter: jpfeifer | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 4.3
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
The SpectralDensity option of stoch_simul is neither documented nor
implemented in the preprocessor.
It could be implemented as an option of stoch_simul().
Alternatively, we could use a preprocessor command along the lines
spectral_density_decomposition(plot=integer,cutoff=number,step_length=
number);
which translates into
options_.SpectralDensity.trigger = 1;
options_.SpectralDensity.plot = integer;
options_.SpectralDensity.cutoff = number;
options_.SpectralDensity.sdl = number;
--
Ticket URL: <https://www.dynare.org/trac/ticket/254>
Dynare <http://www.dynare.org>
The Dynare project
#238: Add interface for convergence tolerance criterions (and maybe rename
internal options)
-------------------------+--------------------------------------------------
Reporter: sebastien | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 4.3
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Currently we have 4 options for convergence criterions:
- options_.dynatol.f
- options_.dynatol.x
- options_.solve_tolf
- options_.solve_tolx
The first two are for the deterministic solution, the last two for the
steady state.
We should add a preprocessor interface to these options.
Also, it would make sense to rename them for more homogeneity. I suggest
the following renaming scheme:
- options_.dynatol.f => options_.simul_tolf
- options_.dynatol.x => options_.simul_tolx
- options_.solve_tolf => options_.steady_tolf
- options_.solve_tolx => options_.steady_tolx
--
Ticket URL: <https://www.dynare.org/trac/ticket/238>
Dynare <http://www.dynare.org>
The Dynare project
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
175 tests PASSED out of 183 tests run
***************************************
List of 8 tests FAILED:
* fs2000/fs2000_analytic_derivation.mod
* external_function/example1_1st_and_2nd_deriv_functions_provided.mod
* external_function/example1_1st_and_2nd_deriv_functions_provided_dll.mod
* external_function/example1_1st_deriv_function_provided.mod
* external_function/example1_1st_deriv_function_provided_dll.mod
* external_function/example1_no_deriv_functions_provided.mod
* external_function/example1_no_deriv_functions_provided_dll.mod
* ep/rbcii.mod
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
173 tests PASSED out of 181 tests run
***************************************
List of 8 tests FAILED:
* fs2000/fs2000_analytic_derivation.mod
* external_function/example1_1st_and_2nd_deriv_functions_provided.mod
* external_function/example1_1st_and_2nd_deriv_functions_provided_dll.mod
* external_function/example1_1st_deriv_function_provided.mod
* external_function/example1_1st_deriv_function_provided_dll.mod
* external_function/example1_no_deriv_functions_provided.mod
* external_function/example1_no_deriv_functions_provided_dll.mod
* ep/rbcii.mod
***************************************
A full log can be found on karaba in '/var/tmp/dynare-master-check-6MAK93qJGP.log'.
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
150 tests PASSED out of 150 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
148 tests PASSED out of 148 tests run
***************************************
A full log can be found on karaba in '/var/tmp/dynare-4.2-check-NIGcjAv3xG.log'.
#216: Behaviour of "nograph" option is not consistent
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 4.3
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
The reference manual says that with the "nograph" options, Dynare "doesn't
do the graphs".
This options indeed prevents Dynare from displaying graphs, but it still
creates PDF/EPS files in some parts of the code (but not).
For example, stoch_simul+nograph won't create PDF/EPS files for IRFs, but
estimation+nograph will still create some PDF/EPS files.
This is inconsistent. Moreover, some users would like to have the
possibility of not saving the graphs
(http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=3362)
I think we should either decide that "nograph" means "do not display nor
save graphs", or create a new option like "nographsave" which would allow
full flexibility with regard to displaying/saving graphs.
--
Ticket URL: <https://www.dynare.org/trac/ticket/216>
Dynare <http://www.dynare.org>
The Dynare project
#199: the output of option forecast in estimation is incorrect in the Reference
Manual
---------------------------+------------------------------------------------
Reporter: michel | Owner:
Type: bug | Status: new
Priority: major | Milestone: 4.3
Component: Documentation | Version:
Keywords: |
---------------------------+------------------------------------------------
If the forecast takes place after computing the posterior mode, the output
is indeed saved in oo_.forecast (as correctly described in the manual)
But, if the forecast takes place after Metropolis iteration and is really
the posterior distribution of forecasts, the output is saved in
oo_.MeanForecast and oo_.PointForecast
--
Ticket URL: <https://www.dynare.org/trac/ticket/199>
Dynare <http://www.dynare.org>
The Dynare project
#136: complete implementation of "shock_decomposition"
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: enhancement | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
add options for grouping shocks together and for choosing the set of
parameters to be used
--
Ticket URL: <https://www.dynare.org/trac/ticket/136>
Dynare <http://www.dynare.org>
The Dynare project