- 29 Mar, 2013 8 commits
-
-
Sébastien Villemot authored
This will facilitate the detection of UMFPACK under Windows
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
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.
-
Stéphane Adjemian authored
Test if all the elements of a two dimensional cell array are strings.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
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.
-
Houtan Bastani authored
-
- 28 Mar, 2013 19 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
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.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 27 Mar, 2013 13 commits
-
-
Sébastien Villemot authored
Parallel debug and several fixes of GSA toolbox
-
Marco Ratto authored
Fixed spurious bugs when new MC smoother is invoked when an old one is already present in gsa results subfolders
-
Marco Ratto authored
-
Marco Ratto authored
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
-
Marco Ratto authored
2) Fix bug when local machine is accessed through the network in windows; 3) small bug fix in remote directory check;
-
Marco Ratto authored
2) cleanup slavejob files
-
Marco Ratto authored
-
Marco Ratto authored
2) fix in defining the list of files;
-
Marco Ratto authored
2) bug fix in security checks;
-
Marco Ratto authored
-
Sébastien Villemot authored
Bugfixes of correlation_mc_analysis
-
-
Johannes Pfeifer authored
Closes #290 and makes #314 obsolete as we store both auto- and cross-correlations
-