- 19 Sep, 2017 1 commit
-
-
Stéphane Adjemian authored
This member keeps track of the transformations and operations on the variables. The name of the variables is now constant.
-
- 18 May, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 13 Feb, 2017 1 commit
-
-
Stéphane Adjemian authored
GENERAL RULE: Methods with trailing underscore do in place modifications of the object, while methods without trailing underscore do a copy (and leave the original object unchanged). Also fixed some headers and unit tests + cosmetic changes.
-
- 21 Oct, 2016 1 commit
-
-
Stéphane Adjemian authored
When NaNs are present in the dataset. Do not return an array filled with NaNs if only the first observations are NaNs.
-
- 23 Dec, 2015 1 commit
-
-
FerhatMihoubi authored
-
- 22 Jun, 2015 2 commits
-
-
Stéphane Adjemian authored
Do not test the equality of dseries object but the equality of data members instead.
-
Stéphane Adjemian authored
Third test was only testing that a dseries object is equal to itself.
-
- 27 Nov, 2014 1 commit
-
-
Stéphane Adjemian authored
-