Commit Graph

11894 Commits (beb7d42d748f9f0f5216ed7aca93dceb4f73df2c)

Author SHA1 Message Date
Stéphane Adjemian(Charybdis) 9414731bba Activate twelveth test with trend_component auxiliary model. 2018-09-03 17:33:24 +02:00
Stéphane Adjemia (Scylla) 0080055469 Activate integratiion test on VAR_MODEL and TREND_COMPONENT_MODEL. 2018-08-30 12:07:58 +02:00
Stéphane Adjemia (Scylla) 8276acb55f Added integration tests for TREND_COMPONENT model. 2018-08-30 12:02:48 +02:00
Stéphane Adjemia (Scylla) 2a991516bf Added new example with time varying growth in PAC. 2018-08-29 18:04:10 +02:00
Stéphane Adjemia (Scylla) 7bcc5b9f42 Added integration tests for VAR_MODEL.
Check the AR matrices.
2018-08-29 17:43:35 +02:00
Stéphane Adjemia (Scylla) e1b2b80d64 Small efficiency change. 2018-08-29 17:42:49 +02:00
Stéphane Adjemia (Scylla) d23d1a470b Added the possibility to estimate PAC_EQUATION with iterative ols and non constant growth. 2018-08-29 17:42:04 +02:00
Stéphane Adjemia (Scylla) 30b34c4323 Small efficiency changes. 2018-08-29 16:15:52 +02:00
Stéphane Adjemia (Scylla) 48c1370071 Added new test. 2018-08-29 10:06:11 +02:00
Stéphane Adjemia (Scylla) a5e8b6383b Updated preprocessor. 2018-08-28 19:28:28 +02:00
Stéphane Adjemia (Scylla) 00498d19c8 Fixed ec matrix (rules out lag>1). 2018-08-28 19:25:05 +02:00
Stéphane Adjemia (Scylla) 36388ce28a Fixed bug in PAC_EXPECTATION.
The selection of the target variable in the error correction term was still
wrong if the target variable was not an auxiliary variable.
2018-08-28 19:23:35 +02:00
Stéphane Adjemia (Scylla) 27f2f198e4 Fixed error correction term in PAC. 2018-08-28 19:20:34 +02:00
Stéphane Adjemia (Scylla) eff4fee483 Added new test. 2018-08-28 17:26:24 +02:00
Stéphane Adjemia (Scylla) 18a2626543 Fixed bugs in PAC_EXPECTATION.
- The selection of the target variable in the error correction term was wrong.
 - Target variables in logs were still not working.
2018-08-28 12:12:21 +02:00
Stéphane Adjemia (Scylla) 7cf4dc751e Fixed integration test. 2018-08-28 11:08:40 +02:00
Stéphane Adjemia (Scylla) 6dc35c676b Fixed bug in VAR_EXPECTATION with TREND_COMPONENT_MODEL.
The selection of the expected variable in the companion VAR was not correct.
2018-08-28 11:06:20 +02:00
Stéphane Adjemia (Scylla) ae530293c5 Fixed bug. Trends in log where not accounted for in PAC equation. 2018-08-27 19:35:33 +02:00
Houtan Bastani e8a08cdf52 Merge branch 'master' into ecb-master 2018-08-27 16:47:57 +02:00
Houtan Bastani b945bdd042 preprocessor: submodule update 2018-08-27 16:45:12 +02:00
Stéphane Adjemia (Scylla) 03f75963b9 Added missing g (growth) parameter. 2018-08-27 15:09:02 +02:00
Stéphane Adjemia (Scylla) 83c9b0d5b6 Make rool for trend_component_model in var_expectation.
Not yet working, a bug in the preprocessor remains to be fixed. The
preprocessor does not create the correct number of reduced form parameters
for VAR_EXPECTATION when the auxiliary model is a trend component model,
because it ignores the fact that the model has to be rewritten in levels.
2018-08-27 14:37:26 +02:00
Houtan Bastani e25b6a0a18 Merge branch 'master' into ecb-master 2018-08-23 10:58:54 +02:00
Houtan Bastani ee93d9ddd1 preprocessor: update submodule 2018-08-23 10:53:32 +02:00
Houtan Bastani 6ec9758313 update var_expectation code and tests for change in field name 2018-08-23 10:38:39 +02:00
Houtan Bastani 50fbc8026c preprocessor: submodule update 2018-08-23 10:38:39 +02:00
Stéphane Adjemia (Scylla) e3a9a8675e Updated preprocessor submodule. 2018-08-22 16:19:25 +02:00
Houtan Bastani 0a7083d6a6 preprocessor: submodule update 2018-08-22 12:18:55 +02:00
Stéphane Adjemia (Scylla) cd05b9ba8f Cosmetic changes. 2018-08-22 11:49:30 +02:00
Stéphane Adjemia (Scylla) 2b6ee881a4 Efficiency changes. 2018-08-22 11:49:15 +02:00
Stéphane Adjemia (Scylla) ad871c8493 Added routine to launch all the tests. 2018-08-21 22:19:59 +02:00
Stéphane Adjemia (Scylla) 9e9025b677 Clear structure containing the estimated PAC parameters. 2018-08-21 22:18:55 +02:00
Stéphane Adjemia (Scylla) ecd6cd716f Updated examples with new initialization routine for the PAC model. 2018-08-21 22:17:58 +02:00
Stéphane Adjemia (Scylla) 442a70e905 Added missing semicolon. 2018-08-21 21:56:01 +02:00
Stéphane Adjemia (Scylla) 4a0b3ffe7e Adapted matlab code to new TREND_COMPONENT auxiliary model. 2018-08-21 21:49:58 +02:00
Stéphane Adjemia (Scylla) 38b2593e31 Efficiency changes. 2018-08-21 21:02:20 +02:00
Houtan Bastani 322682635f get_ar_ec_matrices: fix bug in ordering of ec matrix 2018-08-20 14:58:52 +02:00
Houtan Bastani b27267da9b get_ar_ec_matrices: changes for introduction of trend_component_model statement 2018-08-20 10:57:26 +02:00
Houtan Bastani 7c541b3bba preprocessor: submodule update 2018-08-20 10:52:06 +02:00
Stéphane Adjemia (Scylla) 7580153599 Updated preprocessor submodule. 2018-08-20 09:39:09 +02:00
Stéphane Adjemia (Scylla) fd4ca04ecb Updated mod files with new interface ({trend_component,var}_model). 2018-08-17 22:28:06 +02:00
Stéphane Adjemia (Scylla) 7d6296f7a6 Fixed bug introduced by 42bba08887. 2018-08-17 21:42:09 +02:00
Stéphane Adjemia (Scylla) d63611bd5f Changed paths. 2018-08-17 21:32:41 +02:00
Stéphane Adjemia (Scylla) e50bb1566e Updated dseries submodule. 2018-08-16 16:42:25 +02:00
Stéphane Adjemian(Charybdis) 34186d6447 Fixed cleanup script. 2018-08-16 10:11:56 +02:00
Stéphane Adjemian(Charybdis) 822446c043 Added missing copyright headers. 2018-08-15 22:05:47 +02:00
Stéphane Adjemian(Charybdis) 42bba08887 Make the code robust to the order of declaration of the estimated parameters. 2018-08-15 22:03:33 +02:00
Stéphane Adjemian(Charybdis) 15ad3cebcf Fixed indexation bug (last autoregressive parameter was missing). 2018-08-15 22:03:01 +02:00
Stéphane Adjemian(Charybdis) c0d3cfde23 Merge branch 'master' into ecb-master 2018-08-14 16:51:35 +02:00
Stéphane Adjemian(Charybdis) 57c6eaad07 Updated preprocessor submodule. 2018-08-14 16:50:30 +02:00