Commit Graph

5712 Commits (15f3294bd98dcc2fa5d8ea32969a2bf4bc58eac9)

Author SHA1 Message Date
Sébastien Villemot 15f3294bd9 Merge pull request #365 from rattoma/master
Fix issue about reduced form mapping with posterior samples + notation improvements
2013-04-11 01:48:12 -07:00
Marco Ratto b77445e5f9 1) Allow threshold reduced form mapping also for posterior samples;
2) Improve the notation of info saved of  threshold reduced form mapping which was obscure.
2013-04-11 10:14:29 +02:00
Houtan Bastani b0f9131f13 reporting: @report: add compile method 2013-04-10 18:08:14 +02:00
Houtan Bastani 17c7c3f0d2 reporting: add more info to stdout during processing/writing 2013-04-10 14:55:19 +02:00
Houtan Bastani a0f25ee621 reporting: comment cleanup 2013-04-10 13:01:22 +02:00
Houtan Bastani 3e9e35aff6 reporting: allow for manual height adjustment of sections 2013-04-10 12:53:41 +02:00
Sébastien Villemot 321eecad21 Merge pull request #360 from JohannesPfeifer/master
Clarification of terminology of filtered variables
2013-04-10 02:22:47 -07:00
Johannes Pfeifer c071df7f78 Clarify terminology used for filtered variables
Closes #317
2013-04-10 10:44:24 +02:00
Houtan Bastani c8a888729d reporting: @graph: keep line handles for use with legend 2013-04-09 17:37:54 +02:00
Houtan Bastani 7ea21ca765 reporting: @graph: legend uses tex 2013-04-09 17:37:54 +02:00
Houtan Bastani 87102cbdea reporting: @graph: ensure xlim is not larger than actual xlimits 2013-04-09 17:37:54 +02:00
Michel Juillard 39cc313964 removed changes linked with transforming variables to avoid log or
power of negative numbers
2013-04-09 16:35:57 +02:00
Houtan Bastani 8468a1bc04 reporting: @graph: use green shading which is easier to see because 'FaceAlpha' doesn't work on octave (at least on os x) 2013-04-09 11:49:16 +02:00
Houtan Bastani a3cf461bea reporting: @graph: if shading, move to bottom 2013-04-09 11:16:30 +02:00
Houtan Bastani e672d88d7a reporting: @graph: uistack fix for octave & move zeroline writing up 2013-04-09 11:16:01 +02:00
Sébastien Villemot aed73f7a9f Merge pull request #358 from rattoma/master
parallel bug fix
2013-04-08 07:00:00 -07:00
Marco Ratto 9ca6898446 Fixed bug introduced in commit c9402d9ecc for local threads 2013-04-08 12:47:41 +02:00
Stéphane Adjemian 16a6eb64cd Merge pull request #354 from rattoma/master
several bug fixes for cluster computations
2013-04-05 09:12:18 -07:00
Marco Ratto c9402d9ecc Several bug fixes:
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.
2013-04-05 17:44:08 +02:00
Marco Ratto 844cbac2b3 fixed output argument as a proper char matrix for both unix and windows OS. 2013-04-05 17:30:50 +02:00
Marco Ratto 8de02041ef synchronization pause(1) to fix bug in matlab-octave clusters under unix 2013-04-05 17:29:40 +02:00
Marco Ratto 0fb688136e 1) used Environment input argument to GiveCPUnumber to fix bug with hybrid unix/windows clusters;
2) removed return after failure of ping; some machines like hal can be connected but do not allow ping;
2013-04-05 17:28:43 +02:00
Marco Ratto 09bc0a0aaa fixed bug with seeds in hybrid matlab-octave parallel clusters 2013-04-05 17:25:34 +02:00
Marco Ratto fe0054f370 allow posterior irf plots for octave 2013-04-05 17:17:47 +02:00
Marco Ratto 84f0d6c7da bug fix for octave under windows and hybrid unix-windows clusters 2013-04-05 17:16:17 +02:00
Sébastien Villemot 2bc167fc6a ILU wrapper around LUINC: don't test setup.type
It is anyway impossible to have exactly the same behaviour of ilu and luinc
with respect to zero filling and maximum pivot
2013-04-05 15:05:19 +02:00
Houtan Bastani f944dde89a reporting: @graph: push zeroline to bottom 2013-04-05 13:15:00 +02:00
Houtan Bastani 0cb0a23ec1 reporting: @graph: add zeroline option 2013-04-05 11:48:56 +02:00
Houtan Bastani 1f9e6dea8d add strjoin to missing 2013-04-04 11:35:45 +02:00
Houtan Bastani 18a24de73d reporting: @report: simplified syntax for adding vspace 2013-04-04 08:50:49 +02:00
Houtan Bastani 5f304863e5 reporting: @elements: add end.m 2013-04-04 08:48:24 +02:00
Houtan Bastani 8f7bcfc22d reporting: @table: fix display 2013-04-04 08:42:41 +02:00
Houtan Bastani aa7bb4625e reporting: fix typo 2013-04-04 07:35:54 +02:00
Houtan Bastani eae3f2fe28 reporting: @series: write tex name to table 2013-04-03 19:13:32 +02:00
Houtan Bastani a8b9dd24b8 dynSeries: tex_rename: allow to be used with one arg when the dynSeries has only one var 2013-04-03 19:13:32 +02:00
Houtan Bastani b089cae9f6 bug fix: tmp should be char not cell 2013-04-03 19:13:32 +02:00
Stéphane Adjemian (Charybdis) cd3a5b8f32 Changed interface and calibration (cubature & unscented transform). 2013-04-03 18:40:14 +02:00
Houtan Bastani 3efe8b5232 reporting: @series: add align_right option 2013-04-03 16:28:17 +02:00
Houtan Bastani b7786bf4bb reporting: @table: add vline_after option 2013-04-03 14:40:06 +02:00
Houtan Bastani 38d56ecfca reporting: @table: allow control of title font size 2013-04-03 11:37:19 +02:00
Houtan Bastani 965896d8c9 reporting: @series support writing colors/marking table rows 2013-04-02 15:00:27 +02:00
Houtan Bastani 21333de9ef reporting: @seriesElements: bug fix 2013-04-02 15:00:27 +02:00
Houtan Bastani 0569e46faa reporting: fix typo 2013-04-02 15:00:27 +02:00
Houtan Bastani 25a013b222 reporting: @series: use graph_* to precede graph-specific options 2013-04-02 15:00:27 +02:00
Houtan Bastani 53e0768f8f dynDates: add end keyword 2013-04-02 11:12:00 +02:00
Houtan Bastani 54b0f3184d reporting: @table: use @series 2013-04-02 11:08:23 +02:00
Stéphane Adjemian (Charybdis) 4e1165c905 Added Gaussian unscented cubature (order three approximation). 2013-03-30 11:06:41 +01:00
Stéphane Adjemian (Charybdis) 5ed35c2927 Fixed bug in insert_object_in_one_dimensional_cell_array routine when the original cell array is empty. 2013-03-30 11:06:41 +01:00
Houtan Bastani ea718d6998 dynDate: fix typos 2013-03-29 18:51:26 +01:00
Houtan Bastani 9637a9d4ce reporting: @graph: bug fix 2013-03-29 17:58:54 +01:00