- 27 Jan, 2021 9 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. dseries#45
-
Sébastien Villemot authored
The tests kalman_filter_smoother/fs2000_smoother_only.mod and kalman_filter_smoother/fs2000_smoother_only_ns.mod would fail under MATLAB R2014a. They both run the estimation command without having declared an estim_params block. Their execution would fail in check_bounds_and_definiteness_estimation, at the point where we check if initial values are below the lower bound. The problem is that xparam1 would be of size 0×1, while bounds.lb would be empty (0×0), and the comparison fails on older MATLABs. The fix consists in ensuring that xparam1 remains of size 0×0 in that case.
-
Sébastien Villemot authored
The previous name was misleading, since this is not the same as bayestopt_. The confusion was introduced in cfe10693.
-
Sébastien Villemot authored
This is necessary for MATLAB R2014a on some runners.
-
Sébastien Villemot authored
Rename histval_initval_file/ramst_data.mod to ramst_data_generate.mod. Otherwise, there is a conflict between the +ramst_data folder and the generated ramst_data.m. Similarily, rename shock_decomposition/shock_decomposition_backward.mod to shock_decomposition/shock_decomp_backward.mod (otherwise it conflicts with matlab/shock_decomposition_backward.m).
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
This will alleviate the disk storage pressure on eris.
-
- 26 Jan, 2021 9 commits
-
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Matlab optimizers require it
-
- 25 Jan, 2021 6 commits
-
-
Sébastien Villemot authored
Also remove the interface to det_cond_forecast. Closes: !1626
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
Allows identifying changes in var_list in the future
-
Johannes Pfeifer authored
-
- 24 Jan, 2021 8 commits
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Related to Dynare/dynare#1770
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
dynare_minimize_objective.m: replace optimset by optimoptions to allow for both Pre and post R2016a option names
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- 23 Jan, 2021 4 commits
-
-
Johannes Pfeifer authored
- gh always exists, no need to check - allow having non-bad gradient in first iteration
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
[skip ci]
-
- 22 Jan, 2021 4 commits
-
-
Johannes Pfeifer authored
Closes Dynare/dynare#1756
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
transformation to function handle made subsequent ischar-checks non-functioning
-
Johannes Pfeifer authored
-