Commit Graph

5657 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
Sébastien Villemot c8e59f1361 Do not put -lumfpack in LIBS, rather use a special variable for it 2013-03-29 15:30:31 +01:00
Sébastien Villemot 513ae741e3 Build system for MEX/Octave: use Octave's LDFLAGS in the configure script
This will facilitate the detection of UMFPACK under Windows
2013-03-29 15:07:58 +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
Sébastien Villemot 67199aab9f Merge pull request #344 from rattoma/master
Parallel debug and several fixes of GSA toolbox
2013-03-27 11:45:44 -07: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
Sébastien Villemot 76ca912d02 Merge pull request #343 from JohannesPfeifer/master
Bugfixes of correlation_mc_analysis
2013-03-27 06:12:55 -07:00
Johannes Pfeifer 9e9f882c81 Merge branch 'master' of https://github.com/DynareTeam/dynare 2013-03-27 12:26:43 +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 c9a15f0ac5 Mention compatibility with Windows 8 2013-03-26 18:01:43 +01:00
Sébastien Villemot f594c27fd5 Conditional forecast test: remove spurious changes introduced in dfa744fcb3
As a consequence, reactivate the tests
2013-03-26 17:31:34 +01:00
Sébastien Villemot 3c5ce6aab9 Use syntax log_trend_var(log_growth_factor = …) for consistency 2013-03-26 17:10:37 +01:00
Sébastien Villemot e504ea0682 Also ignore TeX files produced with options_.TeX = 1 2013-03-26 16:51:17 +01:00