- 12 Jun, 2013 1 commit
-
-
Sébastien Villemot authored
-
- 14 Mar, 2013 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 07 Dec, 2012 1 commit
-
-
Stéphane Adjemian authored
-
- 15 Nov, 2012 1 commit
-
-
Stéphane Adjemian authored
Changed subsref overloaded method (dynDate): added a new interface to populate empty dynDate objects with specified frequency. Added unitary test. For instance if we instantiate an empty dynDate object for quaterly dates: qq = dynDate('Q'); Then we can populate this object as follows (2009 second quarter): d1 = qq(2009,2);
-
- 14 Nov, 2012 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Allow to populate an empty dynDate object or update a dynDate object. For instance, if we instantiate the dynDate class as follows: a = dynDate() a is an empty dynDate object. We can "populate" this object as follows a('1938Q4') Note however that a ins not modified in place (due to a limitation of Octave's class design), a copy has to be made.
-
Stéphane Adjemian authored
-
- 31 Oct, 2012 1 commit
-
-
Sébastien Villemot authored
-
- 21 Oct, 2011 1 commit
-
-
Stéphane Adjemian authored
Changed name of dynDates class to dynDate. dynDates will be used latter for irregular and unsorted sequence of dates.
-
- 05 Sep, 2011 4 commits
-
-
Stéphane Adjemian authored
-
-
-
-
- 23 Jun, 2011 1 commit
-
-
Stéphane Adjemian authored
-