Commit Graph

5657 Commits (25d8ea8bfc7d20802b00193084529a3b0f47512d)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) fdfb1173ee Added unitary test in @dynSeries/merge. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) b67ed0bb1f Removed useless deblank command. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) 7d798f60ed Added missing tex member in @dynSeries/merge method. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) 603fdbddd1 Changed default names for the variables.
If the names of the variables are not provided when instantiating a dynSeries object
then the default name is of the form Variable_i (i=1,...,N, where N is the number of
variables in the dataset).
2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) 69b86d8223 Changed unitary test. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) b03bd4c647 Removed useless condition in @dynSeries/subsasgn. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) d8d913c9eb Removed useless test. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) 5dff466669 Fixed bug (added missing tex member to extracted variables). 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) e5fba538a3 Changed behaviour of @dynSeries/qgrowth (name of the variables).
+ Prefix variable names with QGROWTH_
+ Prefix tex variable names with \delta_i with i=nothing or 3 depending on the frequency.
2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) baf741a496 Changed behaviour of @dynSeries/ygrowth (name of the variables).
+ Prefix variable names with YGROWTH_
 + Prefix tex variable names with \delta_i with i=nothing, 4, 12  or 52 depending on the frequency.
2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) cc199bb80b Changed behaviour of @dynSeries/qdiff (name of the variables).
+ Prefix variable names with QDIFF_
+ Prefix tex variable names with \Delta_i with i=nothing or 3 depending on the frequency.
2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) 69aaac1fb8 Added unitary test for @dynSeries/ydiff. 2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) bb061f9f2d Changed behaviour of @dynSeries/ydiff (name of the variables).
+ Prefix variable names with YDIFF_
 + Prefix tex variable names with \Delta_i with i=nothing, 4, 12 or 52 depending on the frequency.
2013-03-21 16:42:11 +01:00
Stéphane Adjemian (Charybdis) 2c0683a4a3 Changed copyright year. 2013-03-21 16:42:10 +01:00
Stéphane Adjemian (Charybdis) a975761600 Changed behaviour of @dynSeries/uminus and fixed bug.
+ Prefix variable names with the minus symbol.
 + Set tex member.
2013-03-21 16:42:10 +01:00
Stéphane Adjemian (Charybdis) 865f300032 Make load and save routines for dynSeries objects support tex variable names. 2013-03-21 16:42:10 +01:00
Stéphane Adjemian (Charybdis) 9a9f8ebf38 Deduce tex names from the names of the variables in dynSeries objects. 2013-03-21 16:42:10 +01:00
Stéphane Adjemian (Charybdis) 3850167d07 Added a routine to convert variable names with underscores into somthing readable by a tex processor. 2013-03-21 16:42:10 +01:00
Stéphane Adjemian (Charybdis) 7631851c98 Added @dynDates/union function. 2013-03-21 16:42:10 +01:00
Stéphane Adjemian (Charybdis) f0c87fa183 Changed behaviour of @dynDates/display. 2013-03-21 16:42:10 +01:00
Houtan Bastani 2673729a2d reporting: @vspace 2013-03-20 18:17:36 +01:00
Houtan Bastani 09d6d0d855 reporting: spacing cleanup 2013-03-20 16:07:06 +01:00
Houtan Bastani 664f94afbc reporting: @table, @graph: require data to be dynSeries, simplify checks 2013-03-20 15:42:56 +01:00
Houtan Bastani 86296ba1f5 reporting: @table: vlines 2013-03-20 12:56:49 +01:00
Johannes Pfeifer 74ef1aa7ed Fixing bug introduced in ae82c284dc 2013-03-19 20:48:09 +01:00
Johannes Pfeifer 156397ec31 Fix bug in ML forecasting if observables are not included 2013-03-19 19:04:03 +01:00
Sébastien Villemot 3c5aab9e20 Merge pull request #327 from rattoma/master
Identification and sensitivity fixes
2013-03-19 10:52:05 -07:00
Marco Ratto 597d30d0bf bug fix in call to priordens; 2013-03-19 17:07:14 +01:00
Marco Ratto 92e4e73765 Trap the cases where the state space matrices are not stored for memory allocation issues
[to be fixed later by breaking the big matrix stored ...]
2013-03-19 17:06:33 +01:00
Marco Ratto b0ce2dacd9 1) better trace all cases when the model does not solve, classifying cases according to info output of dynare_resolve;
2) trap the case of memory allocation limit for too large model undergoing to reduced form mapping
2013-03-19 17:04:33 +01:00
Marco Ratto d6993cecc4 1) trap the case where the model does not solve for any parameter values in the MC sample;
2) fixed initialization of alpha2_stab;
2013-03-19 17:02:31 +01:00
Marco Ratto 22e0b9cc3d 1) fixed bugs when no estimated parameters are declared;
2) fixed bug for the ML base (bayestopt_.pshape==0);
3) make more transparent the error when the model does not solve at prior_mode or  prior_mean;
4) when prior_mean or prior_mode fail, try 50 times with randomly generated samples from the prior before interrupting identification.

This commit fixes issues related to fabiac forum request and subsequent discussion with Johannes.

http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=4402&p=10771&hilit=identification&sid=64c6f9d987a2641e79dd5722137eb483#p10771
2013-03-19 16:56:10 +01:00
Houtan Bastani 6f2ff28d1b reporting: @table: only print given date range 2013-03-19 14:35:05 +01:00
Houtan Bastani 49586d0b54 reporting: add centering 2013-03-19 14:34:56 +01:00
Houtan Bastani e02e06b03f reporting: @table: simplify code 2013-03-19 12:51:02 +01:00
Houtan Bastani b7969980d0 reporting: @page: allow for multiple titles, title_format, first args can be provided as strings or cellstr, multiple args as cellstr 2013-03-19 12:50:07 +01:00
Sébastien Villemot ea56c41b68 Merge pull request #325 from JohannesPfeifer/master
Clarification for second moments at second order and to rplot; restriction of endogenous prior to stationary models
2013-03-19 01:33:27 -07:00
Johannes Pfeifer 40e5c61ec7 Restrict endogenous prior to stationary models and allow for measurement error 2013-03-18 23:46:15 +01:00
Johannes Pfeifer 1883eb092b Clarify theoretical second moments for order=2
Eliminates warning message introduced in
4c8f3a89cc
Adds hint to approximation in table title and adds the information with
a reference to Kim/Kim/Schaumburg/Sims (2008) to manual.
closes #278
2013-03-18 22:58:06 +01:00
Johannes Pfeifer c85338f022 Add figure title for rplot 2013-03-18 22:51:54 +01:00
Houtan Bastani 0e5acda10e bug fix: fputs not a matlab function 2013-03-18 16:25:38 +01:00
Houtan Bastani aac25a88bd bug fix: substr not a matlab function 2013-03-18 16:19:48 +01:00
Houtan Bastani ec9f53a23b bug fix: single quotes 2013-03-18 16:17:29 +01:00
Sébastien Villemot cda0e03776 Add preprocessor messages (stdout, stderr) to the logfile
Closes #306
2013-03-18 13:44:04 +01:00
Sébastien Villemot ba889e853c Preprocessor interface and documentation for endogenous_prior option
Closes #321
2013-03-18 11:12:49 +01:00
Sébastien Villemot 030b7c96e0 Merge pull request #322 from JohannesPfeifer/master
Another bugfix for rplot
2013-03-18 03:10:52 -07:00
Johannes Pfeifer 1df8bf15c2 Bugfix in rplot + typo correction 2013-03-18 10:59:32 +01:00
Sébastien Villemot 4b095c2ce5 Merge pull request #319 from JohannesPfeifer/master
Bugfixes, documentation, and features
2013-03-18 01:52:43 -07:00
Johannes Pfeifer e76828bb9c Bugfix in rplot
Make other plot types take into account that variables are in rows, not
columns
2013-03-18 08:46:25 +01:00
Johannes Pfeifer 98ec0095df Add warning for variance decomposition at order=2
At order=2, the variance decomposition is still based on order=1. This
commit introduces a warning. See issue #278
(https://github.com/DynareTeam/dynare/issues/278). This information that
the variance decomposition is only triggered at periods=0 has been added
to the manual.
2013-03-17 23:36:43 +01:00