Commit Graph

11495 Commits (349cd25b8a8d23df4969372560b9d739821b8cb4)

Author SHA1 Message Date
Houtan Bastani 6384c9636c var: fix AR, EC matrices 2018-05-15 16:30:53 +02:00
Sébastien Villemot fbddfc0aae Require C99 when compiling MEX files, since mjdgges now uses C99 features 2018-05-15 14:53:56 +02:00
Sébastien Villemot 7a2aa211bf Make mjdgges DLL compatible with MATLAB interleaved complex API
This API was introduced in MATLAB 9.4 (R2018a), because the internal
representation of complex numbers has changed.
2018-05-14 15:16:09 +02:00
Sébastien Villemot 473b2f59ef Provisions for MATLAB 9.4 (R2018a)
Take into account the API break in the MEX interface (new interleaved complex API).
But do not split MEX directories on MacOS X for the time being.
2018-05-14 15:16:03 +02:00
Stéphane Adjemian(Charybdis) 3fe758c2b2 Cosmetic change in doc headers. 2018-05-05 21:58:52 +02:00
Stéphane Adjemian(Charybdis) 8f53be2a6f Impose the consistency of the count of unstable eigenvalues...
... Between stoch_simul and check. Added sdim (the number of stable
eigenvalues) and edim (the complementary number of explosive eigenvalues) in dr
structure. The test is always done with sdim (or edim) returned by mjdgges.
2018-05-05 19:53:13 +02:00
Stéphane Adjemian(Charybdis) fa15c3dbc7 Updated dates submodule. Closes #1601. 2018-05-05 14:56:56 +02:00
Stéphane Adjemian(Charybdis) fa67aeb7a6 Fixes issue #1607. 2018-05-05 10:29:37 +02:00
Stéphane Adjemian(Charybdis) 891e3ba7be Cosmetic change in doc headers. 2018-05-05 10:24:01 +02:00
Houtan Bastani 90105af62b preprocessor: submodule update 2018-05-04 16:25:25 +02:00
Stéphane Adjemian(Charybdis) eb042b145e Removed debugging display. 2018-04-26 17:46:22 +02:00
Stéphane Adjemian(Charybdis) d6a20af5f3 Added companion matrix corresponding to the VECM in levels. 2018-04-26 16:42:04 +02:00
Stéphane Adjemian(Charybdis) e8829eab8e Check that stationary and/or non stationary components exist. 2018-04-26 16:35:32 +02:00
Stéphane Adjemian(Charybdis) f5ef781b14 Updated preprocessor submodule. 2018-04-26 14:51:39 +02:00
Adrian Bunk 9e06eb8e65 Set the input encoding in parallel.tex
This fixes compilation with TeX Live 2018.
2018-04-23 17:49:15 +02:00
Houtan Bastani 2294761440 preprocessor: submodule update. Closes #1602 2018-04-18 14:41:13 +02:00
Stéphane Adjemian(Charybdis) 57bb6f3fe9 Fixed typo. 2018-04-12 12:23:50 +02:00
Stéphane Adjemian(Charybdis) 61c643a91f Updated the preprocessor submodule (new PAC interface). 2018-04-12 10:11:09 +02:00
Stéphane Adjemian(Charybdis) cee6dda44d Fixed check for octave version.
We should not issue a warning if version() is greater than supported_octave_version().
2018-03-24 22:48:45 +01:00
Houtan Bastani fdb72bb633 doc: fix warnings 2018-03-20 16:48:57 +01:00
Houtan Bastani 7f3120eb2e preprocessor: submodule update; introduction of on-the-fly variable declaration 2018-03-20 16:43:06 +01:00
Stéphane Adjemian(Charybdis) bf6b96a860 Updated the preprocessor module (bug fix). 2018-03-13 09:25:17 +01:00
Stéphane Adjemian(Charybdis) 85b88e133b Fixed integration tests related to the simulation of backward models.
Use the histval interface for setting the initial conditions.
2018-03-12 09:47:06 +01:00
Stéphane Adjemian(Charybdis) aa4cabcbeb Fixed bug (simulation of backward models).
Was crashing with three inputs (last one is for innovations) when the first input was an empty array.
2018-03-12 09:45:15 +01:00
Stéphane Adjemian(Charybdis) 8263bbba8a Use new mechanism for setting auxiliary time series. 2018-03-12 09:34:56 +01:00
Stéphane Adjemian(Charybdis) d96aca093e Fixes for julia 0.6.x.
Updated the preprocessor module (adds new static and dynamic routines which
only return the jacobian).
2018-03-10 16:05:14 +01:00
Houtan Bastani c92cb398a6 dyn_ols: add parameter indices to oo_ 2018-03-09 13:22:43 +01:00
Houtan Bastani 909956f0bc preprocessor: submodule update 2018-03-07 13:16:15 +01:00
Houtan Bastani c0cd92fa04 preprocessor: submodule update 2018-03-07 13:02:06 +01:00
Stéphane Adjemian(Charybdis) 04cbaec9ba Merge branch 'diff' into ecb-master
Fixed conflicts in:
	matlab/backward/checkdatabase.m
2018-03-05 14:33:03 +01:00
Houtan Bastani 3adb8d47d6 preprocessor: submodule update 2018-03-05 14:22:46 +01:00
Houtan Bastani 613f02aece preprocessor: submodule update 2018-03-05 14:19:56 +01:00
Houtan Bastani 5077b38a7e get_ar_matrices: fix error in maxlag 2018-03-05 13:09:59 +01:00
Houtan Bastani 8403911e64 get_ar_matrices: fix typo 2018-03-05 13:09:50 +01:00
Stéphane Adjemian(Charybdis) 35865d1e37 Cosmetic changes (plot_contributions). 2018-03-05 12:40:32 +01:00
Stéphane Adjemian(Charybdis) 904a11d962 Fixed case where all parameter values are hard coded (plot_contributions). 2018-03-05 12:37:28 +01:00
Stéphane Adjemian(Charybdis) a62c167146 Fixed issues with new implementation of the diff operator (plot_contributions). 2018-03-05 12:35:49 +01:00
Stéphane Adjemian(Charybdis) 4a646e4ab3 Fixed check on equation tag (plot_contributions). 2018-03-05 12:32:35 +01:00
Stéphane Adjemian(Charybdis) 71ad2cf13b Removed useless chunk of code...
Since the introduction of the new mechanism for setting the auxiliary variables.
2018-03-04 19:30:09 +01:00
Stéphane Adjemian(Charybdis) b7dcf96905 Use new checkdatabase interface. 2018-03-04 19:16:46 +01:00
Stéphane Adjemian(Charybdis) f1ed81aae2 Use new approach for setting aux variables in model inversion routine. 2018-03-04 19:15:43 +01:00
Stéphane Adjemian(Charybdis) 06e6db580c Cosmetic change. 2018-03-04 19:15:27 +01:00
Stéphane Adjemian(Charybdis) d7f87ba29f Use new approach for setting aux variables in checkdatabase.
Also specialize the routine for simulation/inversion problems.
2018-03-04 19:12:46 +01:00
Stéphane Adjemian(Charybdis) fbebb740f1 Updated preprocessor submodule. 2018-03-04 17:01:40 +01:00
Houtan Bastani 7593a506c2 preprocessor: submodule update 2018-03-02 18:47:54 +01:00
Houtan Bastani d6305d598f remove time t matrix of ecm matrices 2018-03-02 17:56:49 +01:00
Houtan Bastani c641f73554 preprocessor: submodule update 2018-03-02 17:52:50 +01:00
Stéphane Adjemian(Charybdis) f848bdfcf8 Fixed typo.
(cherry picked from commit 86be2cb998)
(cherry picked from commit dd9f3fc411)
2018-03-02 14:45:50 +01:00
Houtan Bastani 6b3630b486 preprocessor: submodule update 2018-03-02 12:34:47 +01:00
Stéphane Adjemian(Charybdis) dd9f3fc411 Fixed typo.
(cherry picked from commit 86be2cb998)
2018-03-02 10:28:52 +01:00