Commit Graph

11030 Commits (61ff77c7ba92a25f004eea437b0dc269beb3f667)

Author SHA1 Message Date
Houtan 61ff77c7ba fix typos 2018-01-05 17:19:33 +01:00
Houtan c1de50bbc2 surgibbs: draft change and test 2018-01-05 17:13:46 +01:00
Houtan 27819954d0 fix typo 2018-01-05 15:13:58 +01:00
Houtan 09444882aa sur: bug fix, missing chol 2017-12-18 09:01:09 -05:00
Houtan 875b1eec22 sur: change output type for sur gibbs 2017-12-18 08:35:04 -05:00
Stéphane Adjemian(Charybdis) a07b61909c Fixed bug (substitutions in equations). 2017-12-15 09:14:14 +01:00
Houtan fd721719e5 surgibbs: remove varargin which was never used 2017-12-14 11:21:39 +01:00
Houtan 981ec0089f pooled_sur_common: add comments 2017-12-13 12:29:42 +01:00
Houtan 8ab317b302 pooled_ols_common: fix corner case 2017-12-13 12:07:48 +01:00
Houtan cd7658541a sur: handle case of constrained parameter 2017-12-12 13:07:25 +01:00
Houtan 792d452938 sur: update with changes recently made to pooled_ols 2017-12-12 12:37:45 +01:00
Houtan c82fc11f8b dyn_ols/pooled_ols: check residuals 2017-12-11 14:35:55 +01:00
Houtan 698192ab81 fix solow_irf to work with current state of backward_model_irf 2017-12-11 13:44:26 +01:00
Houtan adede1755e pooled_ols: remove unnecessary call to cellstr() 2017-12-08 15:29:34 +01:00
Houtan 58536c53b3 fix bug in test introduced in 8541579d48 2017-12-08 15:09:37 +01:00
Houtan Bastani 8541579d48 pooled_ols: support endogenous without parameters on RHS 2017-12-08 14:53:39 +01:00
Houtan Bastani 3c62bd63cf pooled_ols: cover corner case 2017-12-07 16:49:11 +01:00
Houtan Bastani aa058bdcbc getEquationsByTags: handle case when tags are passed that are not found 2017-12-07 15:02:49 +01:00
Houtan Bastani edc38fea3f dyn_ols: reference tag name in printing if available 2017-12-07 14:41:22 +01:00
Houtan Bastani 99344e0bcf getStrMoveLeft: bug: missing ‘-‘ when present 2017-12-07 11:56:19 +01:00
Houtan Bastani c28c4d3cd6 dyn_ols: take care of corner case where parameter is between two endogenous variables 2017-12-07 10:27:04 +01:00
Houtan Bastani 9744f2b85a fix bugs in getStrMoveRight, getStrMoveLeft 2017-12-06 15:20:00 +01:00
Stéphane Adjemian(Charybdis) 5537c26292 Fixed parenthesis in regular expression. 2017-11-23 15:30:53 +01:00
Houtan Bastani 028416ad2f pooled_ols: return early if being called from pooled_fgls 2017-11-21 16:06:37 +01:00
Houtan Bastani 8a0ff842cc pooled_fgls: remove useless test 2017-11-21 15:43:44 +01:00
Houtan Bastani 93ba186389 dyn_ols: read sample range from equation tag 2017-11-20 16:13:39 +01:00
Houtan Bastani 494159e4d4 dyn_ols: clean up calling structure 2017-11-20 15:27:37 +01:00
Houtan Bastani 3721e7c47e sur: return varargout outputs to work with surgibbs.m 2017-11-20 14:45:12 +01:00
Houtan Bastani 9f7d3383e2 pooled_ols: support observed exogenous variables 2017-11-20 12:51:45 +01:00
Houtan Bastani 4bf73f3b05 dyn_ols: add noprint option 2017-11-17 15:53:46 +01:00
Houtan Bastani 832558cbbe pooled_fgls: clean up comment 2017-11-17 15:50:25 +01:00
Houtan Bastani 3cd4e732d3 SUR with test 2017-11-17 15:50:22 +01:00
Houtan Bastani 0301029a17 pooled_fgls: make calculation of Sigma_e more efficient 2017-11-17 12:31:55 +01:00
Houtan Bastani 80feaeae25 pooled_fgls: fix typo in saved covariance matrix name 2017-11-17 12:31:55 +01:00
Houtan Bastani 0c17d52adc pooled_fgls: fix bug in Sigma_e 2017-11-17 12:31:55 +01:00
Houtan Bastani bf0596215c pooled_ols: simplify code 2017-11-17 12:31:55 +01:00
Houtan Bastani 71b187e0a2 pooled_ols: fix typo 2017-11-17 12:31:55 +01:00
Stéphane Adjemian(Charybdis) af4d0bc9f5 Make backward model IRF routine also return the impulses.
- In the second output argument (a dseries object) where we store the baseline
   scenario for the endogenous variables we add the baseline for the exogenous
   variables).

 - In the third output argument (a structure of dseries objects, one field per
   shock scenario), we also store the impulses considered for generating the
   IRFs.

(cherry picked from commit 6e527b467d)
2017-11-16 18:01:38 +01:00
Houtan Bastani 33937cb604 add test for pooled_ols 2017-11-16 17:23:10 +01:00
Houtan Bastani 96d716343d add pooled_fgls (with test) 2017-11-16 17:23:07 +01:00
Stéphane Adjemian(Charybdis) 9f94bcf825 Fixed bug (lags on exogenous variables greater than one). 2017-11-15 17:28:07 +01:00
Stéphane Adjemian(Charybdis) 1202208339 Added missing semicolons. 2017-11-15 17:27:23 +01:00
Stéphane Adjemian(Charybdis) 4f475fda5c Cosmetric changes.
- Use function handles where possible.
 - Removed debugging display of the first output argument.
2017-11-15 15:49:52 +01:00
Stéphane Adjemian(Charybdis) b274fd4716 Fixed test on M_.Sigma_e (backward model irf routine).
(cherry picked from commit dc670e0199)
2017-11-15 15:04:46 +01:00
Houtan Bastani 1ef479f8c4 pooled_ols: fix typo 2017-11-14 15:52:09 +01:00
Stéphane Adjemian(Charybdis) a7b3e17eb5 Updated dseries submodule (fixes horzcat behaviour) and reverted b1499906e5. 2017-11-14 14:55:21 +01:00
Houtan Bastani a9ab50c5f9 dyn_ols: rename minus as minusstr, avoiding realignment of matlab function minus() 2017-11-13 17:12:12 +01:00
Houtan Bastani b1499906e5 dyn_ols: workaround for bug in dseries 2017-11-13 16:58:24 +01:00
Houtan Bastani 8a5e95b0bb dyn_ols: add estimation range to output 2017-11-13 16:50:55 +01:00
Houtan Bastani f5bef07232 dyn_ols: add dictionary option for renaming fitted values, save fitted values in dseries, return dseries 2017-11-13 16:46:46 +01:00