- Nov 22, 2023
-
-
Sébastien Villemot authored
Incidentally, this means that the JSONlab submodule is no longer needed, so it is removed in the present commit. Closes: #1907
-
Sébastien Villemot authored
Replace it by nansum from the statistics package.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
MATLAB R2018b does not have a true batch mode, and will not exit if there is no final quit statement in a script. Hence ensure there is one when testing a .m file. By the way, remove a batch argument for Windows that is obviously incorrect.
-
Sébastien Villemot authored
On that version, spaces in variables names within a call to “table” are not supported.
-
Sébastien Villemot authored
Ref. #1907
-
Sébastien Villemot authored
-
- Nov 21, 2023
-
-
Sébastien Villemot authored
Ref. !2210
-
Sébastien Villemot authored
As a consequence, drop old uncrustify config file.
-
Johannes Pfeifer authored
-
- Nov 17, 2023
-
-
Sébastien Villemot authored
-
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
-