- 16 Aug, 2021 14 commits
-
-
Related to Dynare/dynare#7
-
- Use UTF8-encoding - Remove useless options and packages - Use doi where possible
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
lsqnonlin is an optimization algorithm that is specifically well suited for minimizing quadratic objectives, so I would like to have it as default. However, we fallback to csminwel if the optimization toolbox for Matlab or optim for Octave are not available.
-
-
Instead of checking everything in one mod file, this commit separates the checks into individual mod files that test: - whether the translation from matched_moments works - whether the duplicate moments are found - whether GMM and SMM both work with different estimated_params blocks. wip
-
//wip
-
As we have a working interface now, this commit improves the provisional handling of finding duplicate moments. Previously, indices for GMM were created, but this is not really needed. This commit cleans this up and similar to SMM makes use of the matched_moments block. As a by-product of the previous provisonal handling higher-order moments for SMM where not correctly displayed as no labels were created. This is now fixed. The comparison of data moments and estimated model moments is also in the same ordering as the inputed orthogonality conditions in matched_moments. Signed-off-by:
Willi Mutschler <willi@mutschler.eu>
-
Stéphane Adjemian authored
-
-
-
-
Stéphane Adjemian authored
-
- 08 Aug, 2021 2 commits
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- 24 Jul, 2021 1 commit
-
-
Stéphane Adjemian authored
Should fix simulation failure in pac/trend-component-10/example1, that seems to be caused by a too large value of this parameter.
-
- 23 Jul, 2021 13 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Using mex implementation (block_trust_region).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
trust_region_initial_step_bound_factor is determinining thye initial step bound. Default value is 100 (previous hard coded value was 1).
-
Sébastien Villemot authored
evaluate_planner_objective.m: correctly rely on lag/lead structure for perfect foresight See merge request Dynare/dynare!1890
-
Sébastien Villemot authored
-
Ref. #1758
-
Johannes Pfeifer authored
Also cosmetic changes to indentation
-
Sébastien Villemot authored
check_model.m: fix logic of check for non-contemporaneous variables and remove redundant checks Closes #1792 See merge request Dynare/dynare!1885
-
Johannes Pfeifer authored
Closes Dynare/dynare#1792
-
- 22 Jul, 2021 10 commits
-
-
Sébastien Villemot authored
dsge_simulated_theoretical_correlation/dsge_simulated_theoretical_covariance:... Closes #1769 See merge request Dynare/dynare!1888
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
dsge_simulated_theoretical_correlation/dsge_simulated_theoretical_covariance: only do computations once Closes Dynare/dynare#1769
-
Sébastien Villemot authored
Streamline evaluate planner objective See merge request Dynare/dynare!1887
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Improvements for smoother2histval See merge request Dynare/dynare!1886
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-