- 12 Apr, 2013 13 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
As in dynSeries/extract we consider a tensor product.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
*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
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
updates in the particle filters routines
-
Sébastien Villemot authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Frédéric Karamé authored
-
Sébastien Villemot authored
-
- 11 Apr, 2013 6 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
Closes #353
-
Sébastien Villemot authored
Closes #307
-
Sébastien Villemot authored
Fix issue about reduced form mapping with posterior samples + notation improvements
-
Marco Ratto authored
2) Improve the notation of info saved of threshold reduced form mapping which was obscure.
-
- 10 Apr, 2013 6 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
Clarification of terminology of filtered variables
-
Johannes Pfeifer authored
Closes #317
-
- 09 Apr, 2013 7 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
MichelJuillard authored
power of negative numbers
-
Houtan Bastani authored
reporting: @graph: use green shading which is easier to see because 'FaceAlpha' doesn't work on octave (at least on os x)
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 08 Apr, 2013 2 commits
-
-
Sébastien Villemot authored
parallel bug fix
-
Marco Ratto authored
-
- 05 Apr, 2013 6 commits
-
-
Stéphane Adjemian authored
several bug fixes for cluster computations
-
Marco Ratto authored
1) properly manage hybrid matlab/octave computations; 2) check for function handles under octave, which cannot be saved on a mat file; 3) bug fix for non standard octave path; 4) synchronization fix under octave; 5) Retrieve missing output files when remote threads are finished; 6) check if input files have been updated, like in metropolis computations with load_mh_file=1; 7) check if output files are missing to trap synchronization failures: this may be inefficient and needs to be improved for unix/windows clusters; 8) fixed cleanup with multiple remote nodes.
-
Marco Ratto authored
-
Marco Ratto authored
-
Marco Ratto authored
2) removed return after failure of ping; some machines like hal can be connected but do not allow ping;
-
Marco Ratto authored
-