- 13 Jan, 2013 1 commit
-
-
MichelJuillard authored
previous commit
-
- 12 Jan, 2013 2 commits
-
-
MichelJuillard authored
dynDates; dynDate can be initialized with a single dynDate
-
MichelJuillard authored
-
- 11 Jan, 2013 1 commit
-
-
Ferhat Mihoubi authored
-
- 07 Jan, 2013 4 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Closes: #292
-
- 19 Dec, 2012 2 commits
-
-
Stéphane Adjemian authored
-
Marco Ratto 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
-
- 11 Dec, 2012 1 commit
-
-
Sébastien Villemot authored
Bug introduced in c121aa14
-
- 10 Dec, 2012 1 commit
-
-
MichelJuillard authored
-
- 07 Dec, 2012 7 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
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
-
- 06 Dec, 2012 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 05 Dec, 2012 1 commit
-
-
Marco Ratto authored
-) fixed bugs when there is only one parameter estimated or when simulated moments uncertainty provides zero diagonal terms in the covariance matrix of model matrices; -) fixed bug in computing numerical derivatives of the LRE matrices in getJJ;
-
- 04 Dec, 2012 1 commit
-
-
Houtan Bastani authored
-
- 03 Dec, 2012 5 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
-
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.
-