Commit Graph

3260 Commits (25d8ea8bfc7d20802b00193084529a3b0f47512d)

Author SHA1 Message Date
Houtan Bastani 25d8ea8bfc reporting: @series use size instead of numel 2013-03-29 15:55:28 +01:00
Houtan Bastani 9417bd1106 reporting: support end keyword for indexing 2013-03-29 15:55:28 +01:00
Houtan Bastani 340be3329e reporting: @graph: code cleanup 2013-03-29 15:55:27 +01:00
Houtan Bastani 5f0746aafe reporting: @graph: issue warning if no series to plot 2013-03-29 15:55:27 +01:00
Stéphane Adjemian (Charybdis) aa73a3f5ed Added unitary test in dynSeries/subsref. 2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) 7fe697a7e0 Added the possibility to extract variables from dynSeries object using indices instead of variable names.
If ts is a dynSeries object containing variables A1, A2, A3, A4, A5, then the following syntaxes are equivalent:

ts{[1, 2, 5]}

ts{'A1','A2','A5'}

and will create a new dynSeries object made of variables A1, A2 and A5.
2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) bc1689fa05 Added iscellofchar function.
Test if all the elements of a two dimensional cell array are strings.
2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) ae80129db6 Added unitary test for @dynSeries/size. 2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) 45b89a17c3 Give dot access to the @dynSeries/size function. 2013-03-29 14:53:34 +01:00
Stéphane Adjemian (Charybdis) 9f117f9d00 Changed behaviour of @dynSeries/size.
If called with a second input argument (dim), size returns the number of observations if dim==1 or
the number of variables if dim==2. Without this second argument, size returns the number of
observations and the number of variables.
2013-03-29 14:53:34 +01:00
Houtan Bastani 077f98445b reporting: numel -> numElements, numPages 2013-03-29 10:16:16 +01:00
Houtan Bastani 26a14fe9d9 reporting: @section: remove unsupported field 2013-03-28 18:08:16 +01:00
Houtan Bastani ffbaf1a5b5 reporting: fix typo 2013-03-28 18:08:16 +01:00
Houtan Bastani 430f7b538f reporting: @graph, @series, support syntax simplification 2013-03-28 18:08:16 +01:00
Houtan Bastani aecd2a89ad reporting: rename numElements as numel 2013-03-28 18:08:15 +01:00
Houtan Bastani 09931c07ee reporting: @series class 2013-03-28 18:08:15 +01:00
Sébastien Villemot f92965b28c CSV datafiles: document it, autodetect extension 2013-03-28 12:50:04 +01:00
Stéphane Adjemian (Charybdis) 8311caf304 Closes #346 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 1dd2512532 Added unitary test in @dynSeries/subsasgn 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 5e16db5760 Closes #333 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 44287a2d75 Added routine. 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) fbc34e74d4 Fixed bug. 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 6f8aed5109 Fixed numbering of the unitary tests in @dynSeries/subsasgn method. 2013-03-28 12:31:34 +01:00
Stéphane Adjemian (Charybdis) 974e8b1a39 Fixed bug. 2013-03-28 12:31:33 +01:00
Stéphane Adjemian (Charybdis) 5132e501cf Fixed bug. 2013-03-28 12:31:33 +01:00
Stéphane Adjemian (Charybdis) 35542ec904 Added the possibility to factorize the extraction of variables from a dynSeries object.
In addition to the already implemented selection mechanism using matlab's regular expressions,
we allow the following syntax:

a = ts{'GDP_@US,JP,FR@'};

to extract variables GDP_US, GDP_JP and GDP_FR from dynSeries object ts. If one of these variables
does not exist, an error message is issued.
2013-03-28 12:31:33 +01:00
Stéphane Adjemian (Charybdis) 15a916512f Added unitary test in @dynSeries/extract method. 2013-03-28 12:31:33 +01:00
Stéphane Adjemian (Charybdis) 3da56958bc Cosmetic change. Removed commented line of code. 2013-03-28 12:31:33 +01:00
Stéphane Adjemian (Charybdis) 13ffe7d52c Added test in @dynSeries/check method. 2013-03-28 12:31:33 +01:00
Stéphane Adjemian (Charybdis) 12517aa9f4 Fixed bug. Missing definition of time member in @dynSeries/merge method. 2013-03-28 12:31:33 +01:00
Marco Ratto 9a622298e8 Fixed spurious bugs when new MC smoother is invoked when an old one is already present in gsa results subfolders 2013-03-27 17:39:55 +01:00
Marco Ratto 543b4040c2 Fixed inconsistent behavior of GSA plots w.r.t. nodisplay option. 2013-03-27 17:38:18 +01:00
Marco Ratto bfa3ecbe3b 1) Fix compatibility problems with the Port field in unix nodes of the cluster
2) better cleanup of remnants of remote parallel runs when Strategy ==1
3) for  windows sessions eliminate the use of start, replaced by psexec -d  instanced, to allow cleanup of .bat file
4) fix bug in Strategy==1 that was not properly cleaned by deleting new files on exit
2013-03-27 17:16:28 +01:00
Marco Ratto 203c8ea643 1) Fix compatibility problems with the Port field in unix nodes of the cluster;
2) Fix bug when local machine is accessed through the network in windows;
3) small bug fix in remote directory check;
2013-03-27 16:33:11 +01:00
Marco Ratto b82bc0586a 1) Fix for octave compatibility;
2) cleanup slavejob files
2013-03-27 16:31:45 +01:00
Marco Ratto 2133ae43a6 Allow for exceptions in deleting new files created remotely 2013-03-27 16:30:46 +01:00
Marco Ratto f2cce399b8 1) Fix compatibility problems with the Port field in unix nodes of the cluster;
2) fix in defining the list of files;
2013-03-27 16:30:12 +01:00
Marco Ratto 8cd68dc02a 1) Fix compatibility problems with the Port field in unix nodes of the cluster;
2) bug fix in security checks;
2013-03-27 16:29:50 +01:00
Marco Ratto 0a2f7f3e6d Fix compatibility problems with the Port field in unix nodes of the cluster 2013-03-27 16:28:31 +01:00
Johannes Pfeifer f995f3da90 Bugfix in correlation_mc_analysis
Closes #290 and makes #314 obsolete as we store both auto- and
cross-correlations
2013-03-27 12:26:08 +01:00
Johannes Pfeifer a403d324dc Fix Typo in correlation_mc_analysis 2013-03-27 10:12:53 +01:00
Sébastien Villemot feb0eb8a11 Adapt for change of ismember in MATLAB R2013a 2013-03-25 14:34:07 +01:00
Sébastien Villemot 3025a14ed9 Adapt for removal of luinc in MATLAB R2013a 2013-03-25 12:05:56 +01:00
Ferhat Mihoubi 33bac21c33 Adds end of line codes for various environments 2013-03-22 16:46:52 +01:00
Ferhat Mihoubi 5c2a6b80eb Revert "indicates the endline code for various environments"
This reverts commit f16a8b1658.
2013-03-22 16:14:19 +01:00
Ferhat Mihoubi ac6326758a Adds new preconditioners in iterative solvers 2013-03-22 15:46:47 +01:00
Ferhat Mihoubi 7a8b407380 Adds csv files in the file formats supported by datafile 2013-03-22 15:30:20 +01:00
Ferhat Mihoubi f16a8b1658 indicates the endline code for various environments 2013-03-22 15:27:42 +01:00
Johannes Pfeifer 82c6ff3b1b Merge commit '34fb9f1c62c63e7e4ab41656a7690167449e596f' 2013-03-21 21:22:20 +01:00
Johannes Pfeifer 7518072e77 Fix several bugs related to estimated measurement errors
1. The first call to set_prior overwrote the first column of
estim_params_.var_endo storing the position of the variable with
measurement error in M_.endo_names with the position in
options_.var_obs. All subsequent calls to set_prior then lead to
crashes.
2. At the same time, for correlations of ME, the first column of
estim_params_.corrn still stored the position of the variable with
measurement error in M_.endo_names. But subsequent calls to it were done
as if it stored the position in options_.var_obs

I introduced two new variables in estim_params_ storing the respective
positions in var_obs so as to not necessitate changes in the
preprocessors.

3. For cases of calibrated measurement error correlations, the
covariance matrix was not updated.

4. Fixing a lot of smaller bugs related to measurement errors, including
some copy and paste errors
-
2013-03-21 20:51:12 +01:00