- 14 Mar, 2013 5 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
If ts is a dynSeries object, then the following syntax is valid: t0 = dynDate('1950Q1') ; t1 = dynDate('2000Q3') ; range = t0:t1 ; ds = ts(range); Note that the dates in range do not need to be contiguous or sorted in increasing order.
-
- 13 Mar, 2013 1 commit
-
-
MichelJuillard authored
-
- 08 Mar, 2013 4 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 13 Jan, 2013 2 commits
-
-
MichelJuillard authored
-
MichelJuillard authored
previous commit
-
- 12 Jan, 2013 1 commit
-
-
MichelJuillard authored
dynDates; dynDate can be initialized with a single dynDate
-
- 19 Dec, 2012 1 commit
-
-
Stéphane Adjemian authored
-
- 12 Dec, 2012 12 commits
-
-
Stéphane Adjemian authored
Following syntax: ts{'GDP_US'} = ts.{'GDP_US'}.log applies the log function to the variable GDP_US in the dynSeries object ts. Note that this works on an arbitrary number of variables and that regular expressions can be used (see previous commits).
-
Stéphane Adjemian authored
The following syntax A.name{i} where A is a dynSeries object, returns the name of the i-th variable in A.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 07 Dec, 2012 5 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Added the possibility to select variables in a dynSeries object. It is possible to use regular expressions. Examples are given in unitary test #6 of subsref overloaded method.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 03 Dec, 2012 6 commits
-
-
Stéphane Adjemian authored
For instance, the following syntax is allowed: dbload = dynSeries(); mydata = dbload('data_file.csv');
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
For instance, the follwing syntax is allowed: data = dynSeries('mydata.csv'); assuming that the csv file is in the matlab's path.
-
Stéphane Adjemian authored
Moved isweekly, ismonthly, isquaterly and isyearly routines from matlab/@dynSeries/private to matlab/utilities/dates. Adapted dynare_config conformably to these changes.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 29 Nov, 2012 1 commit
-
-
Stéphane Adjemian authored
-
- 19 Nov, 2012 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-