- 06 Dec, 2013 1 commit
-
-
Marco Ratto authored
Trap the case where only one parameter is estimated and only one non-constant row is available in Jacobian: (1) do not use vnorm; (2) do not use advanced option.
-
- 04 Nov, 2013 1 commit
-
-
Stéphane Adjemian authored
-
- 10 Sep, 2013 1 commit
-
-
Stéphane Adjemian authored
(1) Added more checks on the content of the provided mode file compared the the list of declared parameters (the condition on the number of parameters is not strong enough). (2) Added a mechanism to adapt the content of the mode file if possible. For instance, if the estimated parameters are a subset of the parameters in the mode file, we only need to discard some of the parameters in the mode file. (3) Added output argument in dynare_estimation_init, which returns the hessian matrix (hh) with the estimated mode.
-
- 10 Jul, 2013 1 commit
-
-
Stéphane Adjemian authored
-
- 12 Jun, 2013 1 commit
-
-
Sébastien Villemot authored
-
- 19 Mar, 2013 1 commit
-
-
Marco Ratto authored
2) fixed bug for the ML base (bayestopt_.pshape==0); 3) make more transparent the error when the model does not solve at prior_mode or prior_mean; 4) when prior_mean or prior_mode fail, try 50 times with randomly generated samples from the prior before interrupting identification. This commit fixes issues related to fabiac forum request and subsequent discussion with Johannes. http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=4402&p=10771&hilit=identification&sid=64c6f9d987a2641e79dd5722137eb483#p10771
-
- 02 Oct, 2012 1 commit
-
-
Marco Ratto authored
Bug fix: graphic options are not passed to global options_ (for the next release try to skip the use of the global here).
-
- 27 Sep, 2012 1 commit
-
-
Houtan Bastani authored
ms-sbvar: remove unused field removal statements (and set options_.datafile='' in global_initialization)
-
- 24 Aug, 2012 1 commit
-
-
Marco Ratto authored
-
- 15 Jul, 2012 1 commit
-
-
Marco Ratto authored
Fixed random bug of MC identification test, occurring when there is no solution at the very first iteration of the MC loop. (cherry picked from commit 906bf8e0)
-
- 05 Jul, 2012 1 commit
-
-
Marco Ratto authored
1) allow to compute derivatives starting from NUMERICAL derivatives of jacobian and steady state: this has a minor cost in accuracy and allow apply without errors identification and estimation with numerical derivatives; 2) added trap in dynare_estimation_init: if steadystate changes param values, automaticly shifts to numerical derivs of jacoban and steady state + analytic derivatives of all the rest; 3) bug fixes for 2nd order derivatives w.r.t. model parameters;
-
- 15 Jun, 2012 2 commits
-
-
Marco Ratto authored
Further on nograph: moved printed output when advanced=1 from plot_identification to disp_identification.
-
Marco Ratto authored
-
- 08 Jun, 2012 2 commits
-
-
Sébastien Villemot authored
-
Marco Ratto authored
2) Start adapting identification routines to allow computation of analytic asymptotic Hessian with KF routines
-
- 25 Apr, 2012 1 commit
-
-
Johannes Pfeifer authored
Starts implementing Ticket 216. Most plotting and figure is now controlled by the functions dyn_figure and dyn_saveas, allowing for option_.nodisplay to suppress the displaying of figures and using options_.graph_format to control the format of saved figures.
-
- 04 Apr, 2012 2 commits
-
-
Marco Ratto authored
2) fixed names of sylvester functions
-
Marco Ratto authored
set default order=1 set analytic derivation =1
-
- 15 Dec, 2011 1 commit
-
-
MichelJuillard authored
this function. Suppressed use of globals in CheckPath.
-
- 09 Dec, 2011 1 commit
-
-
MichelJuillard authored
-
- 27 Oct, 2011 1 commit
-
-
Marco Ratto authored
-
- 24 Oct, 2011 1 commit
-
-
Marco Ratto authored
Fixed ls2003.mod for testsuite
-
- 28 Sep, 2011 1 commit
-
-
Marco Ratto authored
-
- 01 Sep, 2011 1 commit
-
-
Marco Ratto authored
-) never use normalization for SVD and brute force covariance checks; -) Jacobians are normalized for checking the rank condition: this should allow for more uniformity in results across models.
-
- 23 Jun, 2011 1 commit
-
-
Houtan Bastani authored
-
- 21 Jun, 2011 1 commit
-
-
Marco Ratto authored
-
- 15 Jun, 2011 1 commit
-
-
Marco Ratto authored
-
- 06 Jun, 2011 2 commits
-
-
Marco Ratto authored
-
Marco Ratto authored
Force options_.nomoments=0; to be sure moments analysis is performed properly. Thanks to Johannes Pfeifer.
-
- 30 May, 2011 1 commit
-
-
Marco Ratto authored
-
- 10 May, 2011 1 commit
-
-
Marco Ratto authored
-
- 04 May, 2011 1 commit
-
-
Marco Ratto authored
-
- 02 May, 2011 2 commits
-
-
Marco Ratto authored
-
Marco Ratto authored
-) new options; -) new utilities identification_analysis, plot_itentification and identification_checks; -) fixes related to load_ident_files;
-
- 15 Apr, 2011 1 commit
-
-
Marco Ratto authored
-) removed obsolete commented lines or unused variables; -) when Asymptotic Hessian is available, take SVD of that for identification patterns; -) when computing analytic Hessian, scores are not necessary (no_DLIK=1); -) fixes in output info when Hessian is available.
-
- 12 Apr, 2011 3 commits
-
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
9747cb78 73010028 * 1) bug fixes: non-initialized ide_strength when no param is identified; normaliz1 set to one when prior std is inf; HIGHEST SVD bar fixed (wrong singluar values were plotted). 2) Simplified advanced output (no more multicollinearity and pair-wise correlations!). 3) Beautified output of collinear groups of variables. 4) use of sensitivities normalized with std errors.
-
- 18 Mar, 2011 1 commit
-
-
Marco Ratto authored
2) several fixes and improvements in dynare_identification.m: -) provide more info for strength of identification (relative to prior) -) more drastic warning off -) print info from ident_bruteforce.m
-
- 14 Mar, 2011 1 commit
-
-
MichelJuillard authored
put *_params_derivs.m and identification code in conformity with additional steady state argument in *_dynamics.m
-