- 16 Nov, 2018 2 commits
-
-
Johannes Pfeifer authored
We already used a variable called offset
-
1. Rely on actually computed standard deviations in bayestopt_ instead of potentially unset estim_params_ 2. Remove arbitrary normalizations/omitted normalization in case of division by 0 in normalization 3. Distinguish between 0 identification and division by 0 due to normalization in plots (cherry picked from commit 7341e21a)
-
- 13 Nov, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 27 Jun, 2018 1 commit
-
-
Sébastien Villemot authored
- M and MEX files are now under +${MODELNAME}/ - bytecode, C source and JSON now under ${MODELNAME}/model/
-
- 07 Jun, 2018 1 commit
-
-
Johannes Pfeifer authored
-
- 01 Feb, 2018 3 commits
-
-
https://github.com/DynareTeam/dynare/commit/99dbc8c74d0ecf4c7a610c4a394fd85028cf2741 introduced a bug by disabling the resetting of the prior bounds used for the MCMC. The manual clearly states the bounds are only operational during mode-finding, but not during MCMC (and therefore prior sampling)
-
Stéphane Adjemian authored
-
-
- 16 May, 2017 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 24 Aug, 2016 1 commit
-
-
Houtan Bastani authored
-
- 20 Aug, 2016 1 commit
-
-
Johannes Pfeifer authored
Functionality is only supported in Matlab from 2014a/8.3 onwards. Closes #1266
-
- 19 Jun, 2016 1 commit
-
-
Marco Ratto authored
-
- 14 Jun, 2016 2 commits
-
-
Closes #1149 Mirrors 1ad8df46
-
Johannes Pfeifer authored
Pass title texts to ident_bruteforce.m to make sure that previous TeX output is not overwritten by advanced option
-
- 22 May, 2016 1 commit
-
-
Marco Ratto authored
1) Filter out measurement errors with error message that suggests to explicitly write measurement errors in model definition 2) allow identification checks with correlations, by switching to numerical derivatives
-
- 19 May, 2016 1 commit
-
-
Johannes Pfeifer authored
-
- 18 May, 2016 1 commit
-
-
Johannes Pfeifer authored
Closes #1105
-
- 17 May, 2016 1 commit
-
-
Marco Ratto authored
-
- 31 Mar, 2016 1 commit
-
-
Johannes Pfeifer authored
-
- 11 Dec, 2015 1 commit
-
-
Stéphane Adjemian authored
Do not pass options_ structure but only the required field (prior_trunc).
-
- 09 Oct, 2015 1 commit
-
-
MichelJuillard authored
This reverts commit 1ad8df46.
-
- 08 Oct, 2015 1 commit
-
-
MichelJuillard authored
-
- 10 Jun, 2015 1 commit
-
-
Marco Ratto authored
-
- 05 Jun, 2015 2 commits
-
-
Johannes Pfeifer authored
Closes #945
-
Johannes Pfeifer authored
Closes #677
-
- 03 Jun, 2015 1 commit
-
-
Johannes Pfeifer authored
Closes #949
-
- 06 May, 2015 1 commit
-
-
Johannes Pfeifer authored
Usually happens when model has a unit root and unconditional second moments are NaN
-
- 18 Nov, 2014 1 commit
-
-
Marco Ratto authored
-
- 17 Jun, 2014 1 commit
-
-
Stéphane Adjemian authored
-
- 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. (cherry picked from commit d9856879)
-
- 07 Sep, 2013 1 commit
-
-
Stéphane Adjemian authored
-
- 12 Jun, 2013 1 commit
-
-
Sébastien Villemot authored
-
- 21 May, 2013 1 commit
-
-
Stéphane Adjemian 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
-
- 17 Mar, 2013 1 commit
-
-
Johannes Pfeifer authored
If options_.SpectralDensity.trigger is specified, identification would otherwise plot graphs in every MC step
-
- 05 Dec, 2012 1 commit
-
-
Marco Ratto authored
-) fixed bugs when there is only one parameter estimated or when simulated moments uncertainty provides zero diagonal terms in the covariance matrix of model matrices; -) fixed bug in computing numerical derivatives of the LRE matrices in getJJ;
-
- 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;
-
- 28 Jun, 2012 1 commit
-
-
Marco Ratto authored
-