- 24 Apr, 2013 4 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
Bugfix in third order perturbation
-
Johannes Pfeifer authored
-
- 23 Apr, 2013 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 22 Apr, 2013 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This is necessary to enforce the documented behavior which says that, if a variable is not given a value in the endval block, a zero value is assumed.
-
- 21 Apr, 2013 2 commits
-
-
MichelJuillard authored
the simulated series with 3rd order approximation
-
MichelJuillard authored
-
- 19 Apr, 2013 8 commits
-
-
Stéphane Adjemian authored
2 requests
-
Ferhat Mihoubi authored
-
Houtan Bastani authored
If you don't do this, the title will be centered over the plot (not including YTickLabel width) as opposed to within the cell. This can be weird if you have one table in the section as the plot title will not center with the page title.
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Ferhat Mihoubi authored
-
Sébastien Villemot authored
bug fixes for GSA tools
-
- 18 Apr, 2013 7 commits
-
-
Marco Ratto authored
-
Marco Ratto authored
-
Sébastien Villemot authored
Still not working… Valgrind detects unitialized values during the call to hybridjs…
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
- 17 Apr, 2013 1 commit
-
-
Houtan Bastani authored
-
- 15 Apr, 2013 1 commit
-
-
Sébastien Villemot authored
-
- 12 Apr, 2013 13 commits
-
-
Stéphane Adjemian authored
Modified @dynSeries/mrdivide method so that dynSeries objects defined over different non disjoint periods can be divided.
-
Stéphane Adjemian authored
Modified @dynSeries/mtimes method so that dynSeries objects defined over different non disjoint periods can be multiplied.
-
Stéphane Adjemian authored
Modified @dynSeries/minus method so that dynSeries objects defined over different non disjoint periods can be substracted.
-
Stéphane Adjemian authored
Modified @dynSeries/plus method so that dynSeries objects defined over different non disjoint periods can be added.
-
Stéphane Adjemian authored
-
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
-