- Nov 17, 2023
-
-
Sébastien Villemot authored
Indexes all C++, Fortran and C files (including submodules).
-
Sébastien Villemot authored
The output is always useful (and even needed in case of test failure).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Nov 16, 2023
-
-
Sébastien Villemot authored
manual: port changes from Dynare/preprocessor@e85d085a See merge request Dynare/dynare!2208
-
- Nov 15, 2023
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
NB: does not (yet) works with Occbin regime-specific equations. Ref. #1890
-
- Nov 14, 2023
-
-
Sébastien Villemot authored
Ref. preprocessor#104
-
Sébastien Villemot authored
model_diagnostics.m: add check for non-zero exogenous with OccBin See merge request Dynare/dynare!2206
-
Johannes Pfeifer authored
Information is rarely helpful but clutters output of model_diagnostics
-
- Nov 13, 2023
-
-
Sébastien Villemot authored
Kalman filter mex: remove compilation warnings See merge request Dynare/dynare!2207
-
Johannes Pfeifer authored
-
Normann Rion authored
Compilation wargnings were pointing at: (i) some supposedly uninitialized variables (-Wmaybe-uninitialized); (ii) a pointer assignment (=) to a non-pointer target (-Wsurprising).
-
- Nov 10, 2023
-
-
Sébastien Villemot authored
This replaces the old hack which was using a local Linux-specific symlink. Now, the Dynare default is the same as in Sphinx, i.e. rely on a CDN for delivering MathJax. Adapt our CI accordingly to continue using MathJax from the Debian package there (to avoid privacy issues related to the use of a CDN).
-
Sébastien Villemot authored
-
- Nov 09, 2023
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
- Ensure that we always use the same DGP (e.g. same transition matrix). - Call the mex more than once with different samples. - Ensure that the size of the state space model is the same in tests 1, 2 and 3. - Fix the seed (same samples across 1, 2 and 3 except for the additive noise in 2 and 3 on the observed variables).
-
Stéphane Adjemian authored
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Nov 08, 2023
-
-
Sébastien Villemot authored
The latter is now much faster than the implementation in the bytecode MEX (which this commit thus removes).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The maximum error is computed over the change in endogenous (i.e. ΔY).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
That algorithm (optimal path length) does not use it.
-
Sébastien Villemot authored
-
- Nov 07, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
In “evaluate” mode, with mfs>0, if the value of variable would depend on a previously re-evaluated recursive variable, then the value used for that recursive variable would be incorrect (it would be the value before re-evaluation of the recursive variable, as passed by the caller).
-
Sébastien Villemot authored
In particular: – properly return temporary terms as output argument in evaluate+dynamic mode (with periods in rows and the temporary terms in column) – drop the unused “global_temporary_terms” keyword input argument
-
Stéphane Adjemian authored
-
- Nov 06, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Incidentally, drop workarounds for pkg-config files of HDF5 and MatIO, since the problems have been fixed upstream.
-
- Nov 02, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
PKF: add period to debugging information See merge request Dynare/dynare!2204
-
- Oct 30, 2023
-
-
Stéphane Adjemian authored
Possible values are cumulate (default value) or diff.
-