Commit Graph

1802 Commits (deb77be8f19020648eced44e4bb3e2fd6a2b1c55)

Author SHA1 Message Date
Stéphane Adjemian(Charybdis) deb77be8f1 Fixed bug.
Preprocessor was not returning an error when some of the exogenous
variables were not used in the model.
2018-03-13 09:20:14 +01:00
Stéphane Adjemian(Charybdis) 84c6bf5daf Added new routine for the dynamic model (only computes the jacobian). 2018-03-10 10:20:50 +01:00
Stéphane Adjemian(Charybdis) 7c9c83fba1 Added new routine for the static model (only computes the jacobian). 2018-03-10 10:20:50 +01:00
Houtan Bastani 5d339b69de simplify pac_expectation code 2018-03-07 15:04:07 +01:00
Houtan Bastani 7a4312c48b create build-aux dir 2018-03-07 13:15:17 +01:00
Houtan Bastani 2a2f2799dd fix compilation warnings 2018-03-07 12:58:51 +01:00
Houtan Bastani 1102f0eb1c update version number 2018-03-07 12:37:55 +01:00
Houtan Bastani 81f2258228 var_model: store max lag info 2018-03-06 15:17:39 +01:00
Houtan Bastani a69c53b0c8 clean up var_model code 2018-03-06 14:42:11 +01:00
Houtan Bastani 03f88931c6 Merge branch 'diff' 2018-03-05 13:08:09 +01:00
Stéphane Adjemian(Charybdis) 051f41c5f7 Shortened a function name. 2018-03-04 16:54:11 +01:00
Houtan Bastani de9e897a59 fix bug when the argument of the diff operator is not a variable 2018-03-02 18:39:38 +01:00
Houtan Bastani 204457cd86 explicitly close output streams 2018-03-02 18:39:16 +01:00
Houtan Bastani feb5b93eea create function to calculate aux vars as dseries 2018-03-02 17:50:35 +01:00
Houtan Bastani 583734f515 new diff equations not added to aux_equations 2018-03-02 16:40:19 +01:00
Houtan Bastani f56ae705a4 fix bug in symb_id when diff'd expr is not a VariableNode 2018-03-02 15:22:54 +01:00
Houtan Bastani 9885fbacff diff: substitute auxiliary variables starting from the least lagged 2018-03-02 12:32:01 +01:00
Stéphane Adjemian(Charybdis) 02ef145aa5 Fixed initialization of state_var for julia. 2018-03-01 15:55:14 +01:00
Stéphane Adjemian(Charybdis) 250106f1d2 Cosmetic change. 2018-03-01 09:58:04 +01:00
Houtan Bastani 1e20717f58 fix bug in substitution of diff operator 2018-02-28 17:33:00 +01:00
Houtan Bastani 4897ab7d69 clean up adl code 2018-02-28 11:31:08 +01:00
Houtan Bastani f439f86688 fix bug with the collection of dynamic variables for diff operator 2018-02-28 10:44:24 +01:00
Stéphane Adjemian (Charybdis) d7815e9e47 Fixed comments. 2018-02-27 23:41:24 +01:00
Houtan Bastani a1437ac982 Merge remote-tracking branch 'dynare-preprocessor-github/master' into other-master 2018-02-26 12:09:58 +01:00
Stéphane Adjemian (Charybdis) acd531b8d9 Fixed copy/paste error (value of pac_expectation's growth_type). 2018-02-23 20:08:36 +01:00
Houtan Bastani feb2adec44 Merge branch 'preprocessor_diff' into ecb-master 2018-02-22 12:53:03 +01:00
Houtan Bastani 78295bf6fc remove version from preprocessor output 2018-02-21 17:26:16 +01:00
Stéphane Adjemian (Charybdis) 5a1095a262 Added Travis-ci status badge. 2018-02-20 23:31:48 +01:00
Stéphane Adjemian (Charybdis) a079928c46 Travis-ci: Do not download unecessary data from Github and only build the master branch. 2018-02-20 23:21:16 +01:00
Houtan Bastani 9c1ff9dc8e Travis-ci 2018-02-20 18:23:02 +01:00
Houtan Bastani b9295061ec pac_expectation: fix bug introduced in c3552e034cfe8d35bdf1cf5e05163822d3820938 2018-02-20 09:28:46 +01:00
Houtan Bastani c2923b0383 build system: integrate documentation 2018-02-19 15:06:10 +01:00
Houtan Bastani 3fc2947951 Merge branch 'macroprocessor-doc' 2018-02-19 13:19:26 +01:00
Houtan Bastani cd0c0d391f Merge branch 'preprocessor-doc' 2018-02-19 13:18:50 +01:00
Houtan Bastani 3d0f96d778 move macroprocessor doc to doc/macroprocessor directory 2018-02-19 13:16:33 +01:00
Houtan Bastani 666aab435d move preprocesor doc to doc/preprocessor directory 2018-02-19 13:14:43 +01:00
Houtan Bastani 97765c1ae4 build system: remove unused configuration for ln and mkdir 2018-02-19 12:48:05 +01:00
Houtan Bastani 1db815e00b clarify package/version info 2018-02-16 17:23:48 +01:00
Houtan Bastani caa0197238 pac_expectation: find rho_0 in pac equation 2018-02-15 17:06:30 +01:00
Houtan Bastani c36e6933d1 pac_expectation: output lhs of pac equation 2018-02-15 16:10:01 +01:00
Houtan Bastani d89c73b177 pac_expectation: remove “param” from “discount_param_index” because it is always a parameter 2018-02-15 15:54:41 +01:00
Houtan Bastani 75ba2c4e9f pac_expectation: clarify output for growth 2018-02-15 15:54:10 +01:00
Houtan Bastani 97fd1324a1 pac_expectation: accept exogenous variables for growth argument 2018-02-15 15:34:15 +01:00
Houtan Bastani 7a52ebe141 preprocessor: pac_expectation: fix typo 2018-02-15 13:44:45 +01:00
Houtan Bastani 662d3f71ce preprocessor submodule: README.md 2018-02-15 12:42:45 +01:00
Houtan Bastani 23f5cd1eb7 preprocessor submodule: gitignore 2018-02-15 12:40:40 +01:00
Houtan Bastani 2f9350b164 preprocessor submodule: build system 2018-02-15 12:40:17 +01:00
Houtan Bastani b504f160ca move files to src directory 2018-02-15 11:48:04 +01:00
Houtan Bastani 74eefb72e0 preprocessor submodule: license files 2018-02-15 11:23:47 +01:00
Houtan Bastani 89ae704806 preprocessor: add PAC equation parameter info to pac_expectation output 2018-02-12 17:37:53 +01:00