Commit Graph

3361 Commits (c0f12968ee18f746472c38a0f7eefc1675b5e52c)

Author SHA1 Message Date
Johannes Pfeifer c0f12968ee Create graph folder in rplot if it does not exist 2013-04-29 22:30:52 +02:00
Johannes Pfeifer 3c27394561 Fix bug introduced in df611e9e9d 2013-04-27 16:53:08 +02:00
Johannes Pfeifer 69372d290d Make Stability Mapping more readable.
Increased linewidth and changed color to differentiate from background
grid.
2013-04-27 16:43:01 +02:00
Johannes Pfeifer 27fda91c8c Replace relative by absolute filenames
Closes #329
2013-04-27 16:36:10 +02:00
Johannes Pfeifer dc8bc3ef65 Use filesep instead of '/' 2013-04-27 16:22:25 +02:00
Johannes Pfeifer 4b4e7ad671 Make rplot save figures in graph-folder and obey nodisplay option
option
2013-04-27 14:58:16 +02:00
Johannes Pfeifer 76961ee59b Provide RMSE with more expressive figure titles 2013-04-27 12:53:06 +02:00
Johannes Pfeifer 935f8eb025 Provide Redform Mapping with more expressive figure titles 2013-04-27 12:52:48 +02:00
Johannes Pfeifer df611e9e9d Make sure GSA only computes statistics on original endogenous variables, not auxiliary ones 2013-04-27 11:53:35 +02:00
Johannes Pfeifer 32417def82 Provide stability mapping with more expressive figure titles 2013-04-27 10:58:36 +02:00
Johannes Pfeifer c0797ea283 Suppress output of row_header_width 2013-04-27 08:28:24 +02:00
Johannes Pfeifer dce8e74c33 Fix bug where initial_estimation_checks was performed on prior mean instead of specified mode
If the mode_file option was used, xparam1 was reloaded from the
mode-file after the initial checks, sometimes leading to very cryptic
errors. Now the initial checks already load the correct parameter
vector.
2013-04-26 21:10:36 +02:00
Johannes Pfeifer 2815d5fbd4 Make error message for prior violation more explicit by adding second argument to info() 2013-04-26 20:20:23 +02:00
Johannes Pfeifer d3457ee4d9 Make UnivariateSpectralDensity save plots to graphs-folder
Also make the plots obey the nodisplay option
2013-04-26 19:59:32 +02:00
Johannes Pfeifer 58b6c3122f Cosmetic Changes to Graphs 2013-04-26 19:57:36 +02:00
Johannes Pfeifer 9310467658 Fix crash in print_info
If info(2) is really empty. it cannot be accessed by isempty.
2013-04-26 17:39:35 +02:00
Johannes Pfeifer c55d0a3ae4 Remove pruning_forecast_approximation introduced in cdb7b01879 2013-04-25 12:04:44 +02:00
Johannes Pfeifer cdb7b01879 Implement Andreasen et al. 2013 pruning at order
Implements and documents the Andreasen et al. 2013 pruning at order=3
and sets it as the default at this order. Michel's pruning based on the
approximation of the forecast function has been assigned the option
pruning_forecast_approximation. The preprocessor-interface still needs
to be added for this option. Moreover, more documentation/a reference
what this option does is needed. At a later point, we might change the
default to Michel's approach.
2013-04-24 23:07:01 +02:00
Houtan Bastani efaa3c71c5 reporting: @graph: add option to turn legend box on or off 2013-04-24 18:12:11 +02:00
Houtan Bastani e65ee25883 reporting: @graph: avoid legend crash on octave 2013-04-24 17:59:45 +02:00
Johannes Pfeifer 5cb9b02863 Fix unfold for third order pruning 2013-04-24 13:09:40 +02:00
Michel Juillard 9b3c83554a adding the constant (steady state + effect of future uncertainty) to
the simulated series with 3rd order approximation
2013-04-21 21:27:52 +02:00
Michel Juillard d97e036868 fixing missing increment of index in unfold3, unfold21, unfold12 2013-04-21 20:48:26 +02:00
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
Ferhat Mihoubi 7bbffd7cef Deals with empty values in csv file, removed a useless test 2013-04-19 16:04:06 +02: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
Houtan Bastani e786fa8627 the last 32bit release of matlab for osx was 7.11 (R2010b) 2013-04-18 11:12:33 +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
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
Houtan Bastani 3b92c1b1c7 remove unused variables 2013-04-11 19:07:34 +02:00