- Sep 17, 2020
-
-
Stéphane Adjemian authored
Fixed conflicts in: - .gitlab-ci.yml - matlab/dynare_config.m - matlab/dynare_solve.m - matlab/initvalf.m - matlab/perfect-foresight-models/make_ex_.m - matlab/perfect-foresight-models/perfect_foresight_setup.m - mex/build/matlab/Makefile.am - mex/build/matlab/configure.ac - mex/build/octave/Makefile.am - mex/build/octave/configure.ac - mex/sources/Makefile.am - preprocessor - tests/Makefile.am
-
- Sep 09, 2020
-
-
Sébastien Villemot authored
The treatment is different that that of Dynare. For more background, see https://forum.dynare.org/t/difference-between-high-order-approx-in-dynare-and-dynare/16570/4 By the way, make a few minor modernizations. [skip ci]
-
- Sep 08, 2020
-
-
Sébastien Villemot authored
As reported in https://forum.dynare.org/t/extended-path-bytecode/16577
-
- Sep 07, 2020
-
-
Sébastien Villemot authored
Those files were in ISO-8859-1 encoding, which is being phased out. By the way, use typographic quotes. [skip ci]
-
Sébastien Villemot authored
[skip ci]
-
- Sep 04, 2020
-
-
Sébastien Villemot authored
Exogenouslag See merge request !1759
-
(cherry picked from commit 492124ce9886e6aef4f4cefef302241d7edfe024)
-
Sébastien Villemot authored
Add -std=legacy to FFLAGS. Do the same for the Windows package, even though we don’t yet use version 10 of gfortran (but that will of course happen at some point).
-
- Sep 03, 2020
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. #915
-
Sébastien Villemot authored
AnalyseComputationalEnvironment.m: define missing command string used in error message See merge request !1758
-
Sébastien Villemot authored
Closes: preprocessor#55 By the way, bump other dependencies.
-
- Sep 02, 2020
-
-
Johannes Pfeifer authored
-
- Sep 01, 2020
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
– Make preprocessor recognize default order=2 of stoch_simul — Fix faulty logic in checks for mh_tune_jscale — Fix handling of multiple PAC models — PAC/MCE: improve informative message about # of aux. vars/eqs by adding the model name — Fixes to include_eqs/exclude_eqs — PAC model: rewrite the algorithm for detecting the target, to make it more robust — PAC/MCE model: fix timing of target in PAC expectation term — Add new “matched_moments” block
-
Sébastien Villemot authored
Update Johannes's affiliation See merge request !1756
-
- Aug 05, 2020
-
-
Johannes Pfeifer authored
-
- Aug 04, 2020
-
-
Johannes Pfeifer authored
-
- Jul 30, 2020
-
-
Sébastien Villemot authored
This is a Fortran 2008 rewrite of disclyap_fast.m. Closes: #1737
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— add interface for more functions (cell, logical, struct) — add new mexPrintf wrapper that trims and prints a newline — functions that take indices of type mwIndex now 1-based indices — improve the wrapper for mxArrayToString so that it returns a character scalar
-
- Jul 29, 2020
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 28, 2020
-
-
Sébastien Villemot authored
[skip ci]
-
- Jul 24, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Fixes timing of target's growth rates in the expected term of the PAC equation (Model Consistent Expectation). All the growth rates were wrongly shifted backward by one period.
-
Stéphane Adjemian authored
In a PAC equation, the error correction term must be written as: β×(yₜ₋₁-xₜ₋₁) where x is the endogenous variable determined by the equation and y the target for x. The ordering matters, if not respected the preprocessor wll not identify the error correction term (hence the target) and will throw an error. The target must be an endogenous variable or the log of an endogenous variable. For a more general target, ie an expression, one can create an auxiliary variable. We impose the ordering, target comes first in the error correction term, so that the stability condition is always β>0 (this constraint can be enforced when estimating the PAC equation).
-
- Jul 23, 2020
-
-
Stéphane Adjemian authored
Various fixes: - PAC/MCE allow more than one PAC equation in a model. - PAC/MCE detection of the target (WIP) - Equation exclusion
-
- Jul 22, 2020
-
-
Stéphane Adjemian authored
This example is currently failing.
-
Stéphane Adjemian authored
-
- Jul 21, 2020
-
-
Sébastien Villemot authored
Move setting of parameters out of check_bounds_and_definiteness_estimation.m See merge request !1754
-
- Jul 17, 2020
-
-
Sébastien Villemot authored
RBC_MoM: filter out additional pathological cases with try-catch See merge request !1755
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
RBC_MoM-test: filter out pathological cases See merge request !1753
-
Johannes Pfeifer authored
[skip CI]
-
Johannes Pfeifer authored
Increases transparency
-
Sébastien Villemot authored
Closes: #1713
-