- 21 Mar, 2013 30 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Issue an error if two dynSeries objects with common variable names are concatenated. Added a unitary test.
-
Stéphane Adjemian authored
Compare two one dimensional cells of strings and count the number of common strings. The optional second argument returns a formated list of common variables. *Example* If we have: A = {'A1'; 'A2'; 'A3'; 'A4'; 'A5'; 'A6'}; B = {'B1'; 'A2'; 'B3'; 'A4'; 'A1'}; then [n,message] = common_strings_in_cell_arrays(A,B); returns n=3 and message='A2, A4 and A1'.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Removes a variable form a dynSeries object.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
If the names of the variables are not provided when instantiating a dynSeries object then the default name is of the form Variable_i (i=1,...,N, where N is the number of variables in the dataset).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
+ Prefix variable names with QGROWTH_ + Prefix tex variable names with \delta_i with i=nothing or 3 depending on the frequency.
-
Stéphane Adjemian authored
+ Prefix variable names with YGROWTH_ + Prefix tex variable names with \delta_i with i=nothing, 4, 12 or 52 depending on the frequency.
-
Stéphane Adjemian authored
+ Prefix variable names with QDIFF_ + Prefix tex variable names with \Delta_i with i=nothing or 3 depending on the frequency.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
+ Prefix variable names with YDIFF_ + Prefix tex variable names with \Delta_i with i=nothing, 4, 12 or 52 depending on the frequency.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
+ Prefix variable names with the minus symbol. + Set tex member.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Added a routine to convert variable names with underscores into somthing readable by a tex processor.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 20 Mar, 2013 4 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 19 Mar, 2013 6 commits
-
-
Sébastien Villemot authored
Identification and sensitivity fixes
-
Marco Ratto authored
-
Marco Ratto authored
[to be fixed later by breaking the big matrix stored ...]
-
Marco Ratto authored
1) better trace all cases when the model does not solve, classifying cases according to info output of dynare_resolve; 2) trap the case of memory allocation limit for too large model undergoing to reduced form mapping
-
Marco Ratto authored
2) fixed initialization of alpha2_stab;
-
Marco Ratto authored
2) fixed bug for the ML base (bayestopt_.pshape==0); 3) make more transparent the error when the model does not solve at prior_mode or prior_mean; 4) when prior_mean or prior_mode fail, try 50 times with randomly generated samples from the prior before interrupting identification. This commit fixes issues related to fabiac forum request and subsequent discussion with Johannes. http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=4402&p=10771&hilit=identification&sid=64c6f9d987a2641e79dd5722137eb483#p10771
-