Commit Graph

5951 Commits (8574dfd0530a7574ad3ec64fa66c69febcda034f)

Author SHA1 Message Date
Stéphane Adjemian 24caaf9864 Merge pull request #373 from FerhatMihoubi/master
2 requests
2013-04-19 09:30:48 -07:00
Ferhat Mihoubi 9387b4a28d Consider the case of non available variable in the csv file 2013-04-19 18:26:20 +02:00
Houtan Bastani 41b11709e8 reporting: @graph: write title directly in latex file (as opposed to Matlab plot).
If you don't do this, the title will be centered over the plot (not including YTickLabel width) as opposed to within the cell. This can be weird if you have one table in the section as the plot title will not center with the page title.
2013-04-19 18:24:01 +02:00
Houtan Bastani 86952b06b0 reporting: @section: adjust spacing 2013-04-19 18:24:01 +02:00
Sébastien Villemot 2670be408e Bug fix in steady state solver 2013-04-19 18:01:19 +02:00
Sébastien Villemot 7495668ef2 Minor simplification and improvements 2013-04-19 18:01:19 +02:00
Ferhat Mihoubi 7bbffd7cef Deals with empty values in csv file, removed a useless test 2013-04-19 16:04:06 +02:00
Sébastien Villemot b916346176 Merge pull request #371 from rattoma/master
bug fixes for GSA tools
2013-04-19 01:35:00 -07:00
Marco Ratto ad34f3dbf1 Fixed bugs related to the case where no shock standard deviation is estimated 2013-04-18 19:36:41 +02:00
Marco Ratto 3aa9419835 rename local variables to minimize the risk of overlapping with names stored in data file 2013-04-18 19:35:49 +02:00
Sébastien Villemot e1f702f83a Various fixes to steady state computation in estimation DLL
Still not working… Valgrind detects unitialized values during the call to
hybridjs…
2013-04-18 18:28:34 +02:00
Houtan Bastani c7bb71199d reporting: @reporting: open pdf file after compilation (Matlab only) 2013-04-18 17:28:59 +02:00
Houtan Bastani ac47e81fb1 reporting: @graph: set prettier spacing of xticklabels 2013-04-18 17:19:48 +02:00
Stéphane Adjemian (Charybdis) 8eed899f92 Fixed bug. Compilation of bytecode was crashing with USE_OMP. 2013-04-18 11:20:35 +02:00
Houtan Bastani e786fa8627 the last 32bit release of matlab for osx was 7.11 (R2010b) 2013-04-18 11:12:33 +02:00
Houtan Bastani 47b53dbeea build system: osx fix for bytecode mex in octave 2013-04-17 17:45:28 +02:00
Sébastien Villemot 8dbf195422 Compatibility fix with GCC 4.8 2013-04-15 17:18:38 +02:00
Stéphane Adjemian (Charybdis) 409675ce9c Modified @dynSeries/mrdivide method so that dynSeries objects defined over different non disjoint periods can be divided. 2013-04-12 17:55:14 +02:00
Stéphane Adjemian (Charybdis) 3b3d753d54 Modified @dynSeries/mtimes method so that dynSeries objects defined over different non disjoint periods can be multiplied. 2013-04-12 17:53:13 +02:00
Stéphane Adjemian (Charybdis) b955b20bf3 Modified @dynSeries/minus method so that dynSeries objects defined over different non disjoint periods can be substracted. 2013-04-12 17:50:52 +02:00
Stéphane Adjemian (Charybdis) 63502db6c0 Modified @dynSeries/plus method so that dynSeries objects defined over different non disjoint periods can be added. 2013-04-12 17:48:00 +02:00
Stéphane Adjemian (Charybdis) be91a24daa Fixed bug that was affecting the display of dynDates objects. 2013-04-12 17:41:32 +02:00
Stéphane Adjemian (Charybdis) 6eecf0ba10 Fixed typo in header. 2013-04-12 17:21:10 +02:00
Stéphane Adjemian (Charybdis) 1dd0518188 Added unitary test in dynSeries/subsasgn. 2013-04-12 16:27:46 +02:00
Stéphane Adjemian (Charybdis) 681e7b677d Added the possibility to use two regular expressions in dynSeries/subsasgn method.
As in dynSeries/extract we consider a tensor product.
2013-04-12 16:26:57 +02:00
Stéphane Adjemian (Charybdis) f447ea8feb Added unitary test in dynSeries/extract method. 2013-04-12 15:59:19 +02:00
Stéphane Adjemian (Charybdis) 2a9e075c63 Added the possibility to use two regaular expressions in @dynSeries/extract method.
*Example*

Suppose that a dynSeries object contains the following set of variables

GDP_1
GDP_2
GDP_3
GDP_4
GDP_5
GDP_6
GDP_7
HICP_1
HICP_2
HICP_3
HICP_4
HICP_5
HICP_6
HICP_7
Consumption_1
Consumption_2
Consumption_3
Consumption_4
Consumption_5
Consumption_6
Consumption_7

Then the syntax:

b = a{'@GDP,HICP@_@1,2,3@'}

will instantiate a new dynSeries object containing variables:

GDP_1
GDP_2
GDP_3
HICP_1
HICP_2
HICP_3
2013-04-12 15:58:55 +02:00
Stéphane Adjemian (Charybdis) 0cdb636d67 Remove possible leading and trailing white spaces in variable names. 2013-04-12 14:39:39 +02:00
Stéphane Adjemian 44fa51d103 Merge pull request #368 from FredericKarame/master
updates in the particle filters routines
2013-04-12 05:33:09 -07:00
Sébastien Villemot d5402a7904 Release notes for Dynare 4.3.3 2013-04-12 11:46:03 +02:00
Frédéric Karamé c85f27b910 add comments 2013-04-12 10:38:34 +02:00
Frédéric Karamé 8976bcf82c fix bug in the dimension of the noise vector 2013-04-12 10:38:33 +02:00
Frédéric Karamé ae55884261 factorization of the Neff routine 2013-04-12 10:38:33 +02:00
Frédéric Karamé 25179aba7f add a routine to build the proposal distribution for the conditional particle filter 2013-04-12 10:38:33 +02:00
Sébastien Villemot e2b01dd152 Fix structure error in reference manual 2013-04-12 10:27:27 +02:00
Houtan Bastani 3b92c1b1c7 remove unused variables 2013-04-11 19:07:34 +02:00
Houtan Bastani 73fcf9719e fix comment and error 2013-04-11 19:07:34 +02:00
Sébastien Villemot d640546e4f Document markowitz option of steady
Closes #353
2013-04-11 17:23:26 +02:00
Sébastien Villemot 38824dc1e5 Implement tags [static] and [dynamic] for equations
Closes #307
2013-04-11 17:11:35 +02:00
Sébastien Villemot 15f3294bd9 Merge pull request #365 from rattoma/master
Fix issue about reduced form mapping with posterior samples + notation improvements
2013-04-11 01:48:12 -07:00
Marco Ratto b77445e5f9 1) Allow threshold reduced form mapping also for posterior samples;
2) Improve the notation of info saved of  threshold reduced form mapping which was obscure.
2013-04-11 10:14:29 +02:00
Houtan Bastani b0f9131f13 reporting: @report: add compile method 2013-04-10 18:08:14 +02:00
Houtan Bastani 17c7c3f0d2 reporting: add more info to stdout during processing/writing 2013-04-10 14:55:19 +02:00
Houtan Bastani a0f25ee621 reporting: comment cleanup 2013-04-10 13:01:22 +02:00
Houtan Bastani 3e9e35aff6 reporting: allow for manual height adjustment of sections 2013-04-10 12:53:41 +02:00
Sébastien Villemot 321eecad21 Merge pull request #360 from JohannesPfeifer/master
Clarification of terminology of filtered variables
2013-04-10 02:22:47 -07:00
Johannes Pfeifer c071df7f78 Clarify terminology used for filtered variables
Closes #317
2013-04-10 10:44:24 +02:00
Houtan Bastani c8a888729d reporting: @graph: keep line handles for use with legend 2013-04-09 17:37:54 +02:00
Houtan Bastani 7ea21ca765 reporting: @graph: legend uses tex 2013-04-09 17:37:54 +02:00
Houtan Bastani 87102cbdea reporting: @graph: ensure xlim is not larger than actual xlimits 2013-04-09 17:37:54 +02:00