Commit Graph

6638 Commits (c07fc7618b473653535bbd38113a9a7769065e35)

Author SHA1 Message Date
Stéphane Adjemian (Charybdis) abdf266608 Fixed unitary test in @dates/intersect. 2013-10-15 15:45:55 +02:00
Michel Juillard 63430a54ea dynSeries: replacing strmatch by strcmp 2013-10-15 15:39:15 +02:00
Stéphane Adjemian (Charybdis) e681fff99f Oups! Rename the constructor also... 2013-10-15 15:39:14 +02:00
Stéphane Adjemian (Charybdis) 868c3c6a5e Renamed dynDates class as dates. 2013-10-15 15:36:21 +02:00
Stéphane Adjemian (Charybdis) aec191c825 Removed @dynDate class. 2013-10-15 15:13:43 +02:00
Stéphane Adjemian (Charybdis) f836e485f9 Rewrote @dynDates/subsref method. Added unitary tests. 2013-10-15 15:06:32 +02:00
Stéphane Adjemian (Charybdis) f813702b32 Added a routine to test if an integer (a vector of integers) can be interpreted as a subperiod (a vector of subperiods). 2013-10-15 15:03:43 +02:00
Johannes Pfeifer 13bd1622e2 Fix variable name and document saving of conditional forecasts 2013-10-15 13:31:11 +02:00
Sébastien Villemot 025f0d5bf8 Merge pull request #497 from JohannesPfeifer/get_IRF_shocks_unique
Filter out shocks specified twice for IRF generation
2013-10-15 03:54:02 -07:00
Stéphane Adjemian (Charybdis) ff292fa67b Use new version of isdate routine. 2013-10-14 22:43:11 +02:00
Stéphane Adjemian (Charybdis) 068564628d Added condition (input must be a string) in isyearly, isquaterly, ismonthly and isweekly functions. 2013-10-14 18:17:32 +02:00
Houtan Bastani 064b8fccf7 macroprocessor: if you encounter dates(date), insert quotes 2013-10-14 18:16:07 +02:00
Stéphane Adjemian (Charybdis) 941d7b7c5d Use isfreq function in constructor. 2013-10-14 18:13:21 +02:00
Stéphane Adjemian (Charybdis) db7f431010 Added routine. 2013-10-14 18:12:50 +02:00
Houtan Bastani 9c6ee78388 disallow -0 year 2013-10-14 16:30:17 +02:00
Houtan Bastani 808d6ae1ad preprocessor: only accept dates of the form: dates('date') in mod file 2013-10-14 09:58:05 +02:00
Houtan Bastani c556e4c395 macroprocessor: substitute dates, don't substitute dates preceded by $ or dates(' 2013-10-14 09:58:05 +02:00
Stéphane Adjemian (Charybdis) 264e0851ae Rewrote @dynDates/append and @dynDates/pop (without dynDate objects). 2013-10-13 09:39:27 +02:00
Stéphane Adjemian (Charybdis) 7e6fbb1752 Code factorization. 2013-10-12 23:52:21 +02:00
Stéphane Adjemian (Charybdis) 04c206a9b6 Routine string2freq should not be case sensitive. Character 'A' is allowed for yearly (annual) dates. 2013-10-12 23:47:51 +02:00
Stéphane Adjemian (Charybdis) 49a6e265e3 Changed methods used to display dynDates objects (do not use dynDate objects). 2013-10-12 23:44:06 +02:00
Stéphane Adjemian (Charybdis) 5ba5556004 Removed @dynDate/format function. 2013-10-12 23:43:12 +02:00
Stéphane Adjemian (Charybdis) 586aa13e41 Added routines for manipulating dates. 2013-10-12 23:42:12 +02:00
Stéphane Adjemian (Charybdis) ff53b55603 Removed @dynDate/max and @dynDate/min methods. 2013-10-12 17:38:38 +02:00
Stéphane Adjemian (Charybdis) 4001918210 Added @dynDates/min and @dynDates/max methods. 2013-10-12 17:36:33 +02:00
Stéphane Adjemian (Charybdis) 9e282140fb Removed dynDate/colon method. 2013-10-12 16:15:11 +02:00
Stéphane Adjemian (Charybdis) a20740d1de Added @dynDates/colon method, overloads the colon operator (:) for dynDates objects. 2013-10-12 16:13:50 +02:00
Stéphane Adjemian (Charybdis) 91a69e7905 Merged @dynDates/minus and @dynDate/minus. Removed dynDate/minus.
This  commit  changes  the   behaviour  of  @dynDates/minus  that  was
previously  returning  the relative  complement  of  B  in A.  I  will
implement a setdiff function for dynDates objects later...
2013-10-12 13:15:15 +02:00
Stéphane Adjemian (Charybdis) cce8b1adc6 Fixed bug (returned argument not assigned). 2013-10-12 13:07:41 +02:00
Stéphane Adjemian (Charybdis) 5c8d335b0e Added @dynDates/mtimes method, overload the * operator. Acts like the repmat matlab's function for matrices. 2013-10-12 13:01:26 +02:00
Stéphane Adjemian (Charybdis) 8eded4251a Added @dynDates/isequal function. Returns 1 if dynDates A and B (the inputs) are equal, 0 otherwise. 2013-10-12 12:33:07 +02:00
Stéphane Adjemian (Charybdis) 6ebc967197 Changed the behaviour of @dynDates/eq overloaded method. The size of the returned argument must be consistent with the size of the inputs. If the inputs have more than one element, then the boolean output must also have more than one element. 2013-10-12 12:32:08 +02:00
Stéphane Adjemian (Charybdis) 87c8083b16 Fixed bug (return wrong type when one of the argument is an integer). 2013-10-12 11:42:13 +02:00
Stéphane Adjemian (Charybdis) f9315f1409 Added missing commented string (first line) for triggering the unitary tests. 2013-10-11 23:36:29 +02:00
Johannes Pfeifer e192f739b7 Filter out shocks specified twice for IRF generation 2013-10-11 19:32:52 +02:00
Stéphane Adjemian (Charybdis) ffe6b792da Rewrote header of dynDates/plus. 2013-10-11 18:47:20 +02:00
Stéphane Adjemian (Charybdis) d17ed416dc Merged @dynDate/plus and @dynDates/plus methods (overload the plus operator). Removed @dynDate/plus. 2013-10-11 18:41:26 +02:00
Stéphane Adjemian (Charybdis) d6ddc61281 Added @dynDates/length to overload length function for dynDates objects. 2013-10-11 18:39:56 +02:00
Stéphane Adjemian (Charybdis) fe28887409 Added new (low level) routine to add periods to a date or vector of dates (using the internal representation of dates). 2013-10-11 17:49:42 +02:00
Stéphane Adjemian (Charybdis) 45ec7c6953 Added unitary tests in @dynDates/uplus and @dynDates/uminus methods. 2013-10-11 14:15:56 +02:00
Sébastien Villemot daefec91f2 Ref.manual: fix in latex formula w.r.t. underscores 2013-10-11 14:08:16 +02:00
Stéphane Adjemian (Charybdis) 31af73f4e3 Added @dynDates/uminus method to overload the unary minus operator. Removed @dynDate/minus method. 2013-10-11 14:08:12 +02:00
Stéphane Adjemian (Charybdis) d8e03ff805 Added @dynDates/uplus to overload unary addition. Removed @dynDate/uplus. 2013-10-11 13:59:19 +02:00
Stéphane Adjemian (Charybdis) 6280f35842 Added @dynDates/ge method to overload >= operator. Removed @dynDate/ge method. 2013-10-11 13:42:16 +02:00
Stéphane Adjemian (Charybdis) 1543a380c6 Expanded unitary test in compare_vectors routine to cover more cases. 2013-10-11 13:39:16 +02:00
Stéphane Adjemian (Charybdis) af4005f836 Fixed bugs. 2013-10-11 13:38:19 +02:00
Stéphane Adjemian (Charybdis) 6fff2fe75b Changed logic in the routine performing lexicographic comparison of vectors. 2013-10-11 12:09:31 +02:00
Houtan Bastani f6cacbd4db simplify date regex and require [YyAa] to follow annual date 2013-10-11 11:13:15 +02:00
Stéphane Adjemian (Charybdis) be32e645af Fixed typo. 2013-10-11 10:58:35 +02:00
Stéphane Adjemian (Charybdis) f431e6ac90 Added @dynDates/le method to overload the <= operator. Removed the @dynDate/le method. 2013-10-11 10:56:32 +02:00