- Dec 11, 2016
-
-
Stéphane Adjemian authored
-
- Nov 07, 2016
-
-
Stéphane Adjemian authored
*Example* >> ts = dseries(randn(200, 30), dates('1950Q1')); >> ts.save('toto','fame') The last command will save all the time series in a Fame database called toto.db.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Oct 25, 2016
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Oct 24, 2016
-
-
Stéphane Adjemian authored
-
- Oct 21, 2016
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
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.
-
Stéphane Adjemian authored
Returns the first period without NaNs. Closes #15
-
Houtan Bastani authored
(cherry picked from commit 744f13af)
-
- Oct 17, 2016
-
-
Houtan Bastani authored
(cherry picked from commit 5da2d18e)
-
Houtan Bastani authored
(cherry picked from commit bb2064b6)
-
- Jul 12, 2016
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Need to add unit tests for this.
-
- Mar 11, 2016
-
-
Houtan Bastani authored
-
- Feb 25, 2016
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
+ Code factorization. + Allows regular expressions in subsasgn method.
-
- Feb 19, 2016
-
-
Stéphane Adjemian authored
-
- Feb 18, 2016
-
-
Instantiates dseries object with XLSX files instead of XLS files.
-
We do not support XLS files with Octave. Users should use XLSX instead.
-
Overloads the printf function.
-
-
-
-
-
-
-
-
... and added a new methods. Methods with trailing underscore (log_, exp_ and align_) in the name do inplace modifications, while methods without trailing underscore create new objects.
-
-
-
-
-