Commit Graph

6994 Commits (0ec62c6360a28b03e4b0da0f43500199394ce23a)

Author SHA1 Message Date
Johannes Pfeifer 0ec62c6360 Fix Latex Bug in display_estimation_results_table.m
Missing line break resulted in compilation errors
2014-01-28 18:39:51 +01:00
Johannes Pfeifer 9e99eed6da Fix sample on which Geweke convergence diagnostics is computed
Was only correct for mh_drop of 0.5
2014-01-27 10:34:13 +01:00
Houtan Bastani 9b17c5db4b fix typo 2014-01-24 11:11:57 -06:00
Houtan Bastani 618527e666 add timing to report test 2014-01-24 09:54:21 -06:00
Houtan Bastani fa9c0f0a79 reporting: add indentation to table rows. closes #581 2014-01-24 09:53:53 -06:00
Stéphane Adjemian (Scylla) a15808b2ce Removed useless output arguments from numerical gradient routines. 2014-01-24 15:47:46 +01:00
Houtan Bastani fd5dc8c14a reporting: print less to screen by default 2014-01-23 17:47:04 -06:00
Houtan Bastani 3ea028f783 fix typo 2014-01-23 17:03:25 -06:00
Sébastien Villemot cb0439345c Fix a few minor errors in the dseries doc. 2014-01-21 15:04:47 -06:00
Sébastien Villemot 6667599a18 Merge pull request #582 from FerhatMihoubi/master
adding setdiff method in dates and corrects basic_plan
2014-01-21 13:03:55 -08:00
ferhat 4dc21b48e9 Corrects a typo, checks that the number of dates and the number of values are equal, Warns instead of reporting an error if the basic_plan is applied on a shock that is used in a flip_plan (flip_plan has the higher priority) 2014-01-21 14:42:44 -06:00
ferhat d325ad15b2 Adds setdiff method to dates 2014-01-21 14:37:43 -06:00
Houtan Bastani 0fde09e5de remove unused variable 2014-01-21 10:56:16 -06:00
Houtan Bastani 3f5d18f5c5 dseries: allow assign to select by date string as opposed to dates 2014-01-17 14:59:20 -05:00
Houtan Bastani a02b5b2d6a doc fix typo 2014-01-17 12:56:08 -05:00
Sébastien Villemot c3a8818085 Minor fix to release announcement. 2014-01-17 15:00:48 +01:00
Stéphane Adjemian (Charybdis) 94fa6144bd Fixed example ep/rbcii.mod (RBC model with endogenous labour supply and irreversible investment).
The leaded lagrange multiplier (associated with the positivity constraint on investment) was missing in the Euler equation.
2014-01-17 12:06:16 +01:00
Sébastien Villemot 0bec3c7550 Finalize release notes for 4.4.1. 2014-01-17 12:05:24 +01:00
Stéphane Adjemian (Charybdis) 0297237dcd Update manual according to commit 117f338eff. 2014-01-16 10:47:28 +01:00
Stéphane Adjemian (Charybdis) f11f44fcc5 Fixed typo in manual. 2014-01-16 10:14:21 +01:00
Stéphane Adjemian (Charybdis) 8b093aecbb Allow assignation of variables in an empty dseries object. 2014-01-16 10:06:30 +01:00
Stéphane Adjemian (Charybdis) 117f338eff Implement broadcasting for operations (+,-,* and /) between dseries and scalar or vectors. Efficiency and cosmetic changes. 2014-01-16 10:06:30 +01:00
Stéphane Adjemian (Charybdis) 3534c68be6 Fixed bug. Allow selection of an observation with a date defined in a formatted string. 2014-01-16 10:06:30 +01:00
Stéphane Adjemian (Charybdis) add3b1401f Fixed bug (a string passed to a dseries object can be a date). 2014-01-16 10:06:30 +01:00
Sébastien Villemot 2537fb62c7 Fix octave versions. 2014-01-15 15:56:58 +01:00
Houtan Bastani f62ff7a877 Release notes for 4.4.1 2014-01-15 09:44:42 -05:00
Sébastien Villemot 46148a0e28 Merge pull request #577 from FerhatMihoubi/master
2 additional commits
2014-01-14 08:57:02 -08:00
ferhat ae72105b5c Speeds up the Kalman smoother 2014-01-14 17:32:45 +01:00
ferhat 4e789452b2 Allows to use alternative algorithms to solve lyapunov equation 2014-01-14 17:32:01 +01:00
Houtan Bastani 168895f428 dseries: fix display when TABLE is empty 2014-01-14 09:03:24 -05:00
Houtan Bastani 74260b9487 doc: fix example 2014-01-13 16:47:20 -05:00
Houtan Bastani 54a0039c64 doc: dates subtraction has two functionalities 2014-01-13 16:45:49 -05:00
Houtan Bastani 886514894b build system: replace hard-coded flex include dir with that found by autoconf, #575 2014-01-13 11:35:13 -05:00
Sébastien Villemot dd2aa846a8 It's bison 2.5 that's actually required now. 2014-01-13 14:56:56 +01:00
Houtan Bastani d1fe0e78cb reporting: support data of all frequencies in table 2014-01-03 17:20:17 +01:00
Houtan Bastani 7e6eb2fbab reporting: support monthly data in table 2014-01-03 16:04:39 +01:00
Houtan Bastani 21a22cb670 reporting: simplify code 2014-01-03 16:01:26 +01:00
Sébastien Villemot c391876196 Workaround for a strange bug with Octave.
If there is any call to exist(fname) before the call to the preprocessor, then
Octave will use the old copy of the .m instead of the newly generated one.
Deleting the .m beforehand fixes the problem.
2014-01-03 14:29:09 +01:00
Sébastien Villemot 5bbfe9cd5a Remove more remnants from old deterministic conditional forecast syntax. 2014-01-03 12:09:39 +01:00
Sébastien Villemot 66d48f5917 Compatibility fixes for Octave 3.8.
- no longer use OCTAVE_QUIT in MEX files; this seems now only possible in
  oct-files. (Ref #304)
- do not build linsolve.oct on Octave >= 3.8, it is available natively.
- do not add strjoin.m to the patch on Octave >= 3.8, it is available natively.
- default_save_options has been renamed save_default_options.
2014-01-03 11:05:39 +01:00
Sébastien Villemot 7c6d5b3ef6 Fix compilation of .texi 2014-01-02 16:40:31 +01:00
Sébastien Villemot 5becaeae00 Merge pull request #572 from FerhatMihoubi/master
Changes in conditional forecast using the extended path
2014-01-02 07:31:00 -08:00
ferhat dfbff7fc32 New syntax used to call the conditional forecast using the extended path method. It allows to match the endogenous and the shock that are flipped. 2014-01-02 16:13:03 +01:00
Houtan Bastani e301eeb206 reporting: tests: show functionality of tableDataRhs option 2014-01-02 15:35:41 +01:00
Houtan Bastani 52492afe6e reporting: add tableDataRhs option to series 2014-01-02 15:28:23 +01:00
Houtan Bastani 16fe4190b2 doc: fix typo 2014-01-02 15:13:57 +01:00
Houtan Bastani fa8b80baea update license file 2014-01-02 09:40:41 +01:00
Houtan Bastani 26d834a42a reporting: make vlineAfter accept a cell array of dates 2014-01-02 09:35:45 +01:00
Houtan Bastani 809c3aca11 reporting: remove annualAverages option 2013-12-31 12:54:49 +01:00
ferhat bae79d62a4 The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00