- 21 Dec, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 20 Dec, 2018 1 commit
-
-
Sébastien Villemot authored
For a zero, it returns -Inf. For a negative number, it returns NaN. This is not exactly the same behavior as MATLAB's log function, because we want to enforce type stability (i.e. never return a complex).
-
- 19 Dec, 2018 1 commit
-
-
Houtan Bastani authored
-
- 17 Dec, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 12 Dec, 2018 8 commits
-
-
Sébastien Villemot authored
All dseries syntaxes now work under Octave, except ts{'variable'}(range) = value.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
On MATLAB, importdata() is better at automatically guessing the delimiter. Enforce tab delimiter to make it work on Octave. Closes #39
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
As a consequence, no need to download the binary on the CI runners, since it is already there.
-
Sébastien Villemot authored
-
- 11 Dec, 2018 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 10 Dec, 2018 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
It is possible to rename the dseries class. For instance, the following is a valid syntax: >> tseries = dseries(); >> tseries(ones(3,2)) ans is a dseries object: | Variable_1 | Variable_2 1Y | 1 | 1 2Y | 1 | 1 3Y | 1 | 1 It is also allowed to define a default starting period for the data passed to the renamed dseries class/object: >> tseries = dseries('1938M11') >> tseries(ones(83,2)) ans is a dseries object: | Variable_1 | Variable_2 1938M11 | 1 | 1 1938M12 | 1 | 1 1939M1 | 1 | 1 1939M2 | 1 | 1 1939M3 | 1 | 1 1939M4 | 1 | 1 1939M5 | 1 | 1 1939M6 | 1 | 1 1939M7 | 1 | 1 1939M8 | 1 | 1 | | 1944M11 | 1 | 1 1944M12 | 1 | 1 1945M1 | 1 | 1 1945M2 | 1 | 1 1945M3 | 1 | 1 1945M4 | 1 | 1 1945M5 | 1 | 1 1945M6 | 1 | 1 1945M7 | 1 | 1 1945M8 | 1 | 1 1945M9 | 1 | 1
-
Stéphane Adjemian authored
-
- 09 Dec, 2018 1 commit
-
-
Stéphane Adjemian authored
... a datafile which does not exist.
-
- 13 Nov, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 18 Sep, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 15 Sep, 2018 2 commits
-
-
Stéphane Adjemian authored
CI: simplification See merge request Dynare/dseries!35
-
Sébastien Villemot authored
-
- 14 Sep, 2018 6 commits
-
-
Stéphane Adjemian authored
Was not correct when the testsuite crash.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 13 Sep, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 10 Sep, 2018 3 commits
-
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
- 16 Aug, 2018 1 commit
-
-
Stéphane Adjemian authored
Occuring when one of the inputs is not a dseries object. (cherry picked from commit 5ac7ea053a682d8c86ecede0fcdbd1377e92a196)
-
- 19 Jul, 2018 1 commit
-
-
Stéphane Adjemian authored
Unless explicitely requested.
-
- 17 Jul, 2018 3 commits
-
-
Stéphane Adjemian authored
Should fix build error in travis-ci.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 13 Jul, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 12 Jul, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 09 Jun, 2018 1 commit
-
-
Stéphane Adjemian authored
-