- Sep 15, 2015
-
-
MichelJuillard authored
(cherry picked from commit 8fb08096)
-
- Jul 31, 2015
-
-
for Octave 4.0.0 (cherry picked from commit caa04fb2)
-
- Jul 21, 2015
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The test would crash on Octave 4.0.
-
Sébastien Villemot authored
-
- Jul 13, 2015
-
-
MichelJuillard authored
(cherry picked from commit edbd1ef3)
-
- Apr 14, 2015
- Apr 01, 2015
-
-
Stéphane Adjemian authored
-
Houtan Bastani authored
(cherry picked from commit 86d6e214)
-
- Mar 31, 2015
-
-
MichelJuillard authored
(cherry picked from commit 4f172545)
-
- Mar 27, 2015
-
-
Stéphane Adjemian authored
(cherry picked from commit 510c6641)
-
- Mar 25, 2015
-
-
Stéphane Adjemian authored
Fixed bug. Uninitialized memory reads because the code was working with a std::map, which was volatile. (cherry picked from commit 7ca36832)
-
- Mar 18, 2015
-
-
Sébastien Villemot authored
(manually cherry picked from commit 80f512b9)
-
Sébastien Villemot authored
(cherry picked from commit ec65f806)
-
Sébastien Villemot authored
The function is now an Octave builtin. (manually cherry picked from commit d0628af1)
-
- Mar 16, 2015
-
-
Houtan Bastani authored
(cherry picked from commit 1a3d8d0b)
-
- Mar 09, 2015
-
-
Sébastien Villemot authored
Ref #617 (cherry picked from commit 6e0d9197)
-
(cherry picked from commit 4179e25e)
-
- Mar 06, 2015
-
-
Houtan Bastani authored
preprocessor: bug fix; warning should be issued if there is at least one unused exo not more than one (cherry picked from commit 9ab6be89)
-
- Jan 22, 2015
-
-
Bug correction in splitting the jacobian into blocks: the vector variable_2_block is valid only for endogenous variables. (cherry picked from commit 6529fe60)
-
- Jan 17, 2015
-
-
MichelJuillard authored
relies on parameters (oo_.osr.optim_params) that exist only in master but not in 4.4
-
MichelJuillard authored
simulations whith leads or lags on more than one period.
-
- Jan 16, 2015
-
-
MichelJuillard authored
(cherry picked by hand from commit f29bb5c7)
-
- Jan 15, 2015
-
-
MichelJuillard authored
by more than one period. Added corresponding test cases. (cherry picked by hand from commit 470fbbe0)
-
- Dec 04, 2014
-
-
Sébastien Villemot authored
(cherry picked from commit d3ae526d)
-
(cherry picked from commit 26f111a2)
-
- Nov 27, 2014
-
-
Stéphane Adjemian authored
Cherry pick simplex fixes
-
- Nov 25, 2014
-
-
Johannes Pfeifer authored
(cherry picked from commit d27e5bc5)
-
Johannes Pfeifer authored
One was unset, leading to crashes, and the other one was ignored due to naming conflicts (cherry picked from commit 3d6316bc)
-
Johannes Pfeifer authored
(cherry picked from commit 268e8627) Conflicts: matlab/global_initialization.m
-
Houtan Bastani authored
Add initial values to prevent unit test from crashing due to numerical i...
-
Johannes Pfeifer authored
(cherry picked from commit 1ac96c68)
-
- Nov 24, 2014
-
-
Houtan Bastani authored
(cherry picked from commit 289afb51)
-
Houtan Bastani authored
(cherry picked from commit 2254f846)
-
(cherry picked from commit e12b4949)
-
Houtan Bastani authored
Cherry-pick 4.4
-
- Nov 22, 2014
-
-
Johannes Pfeifer authored
(cherry picked from commit e94056a7)
-
Johannes Pfeifer authored
Some elements were simply left out. This commit now mimics the computations as in th_autocovariances.m and makes sure the loss function coincides with the one that is obtained by reading out the covariance from oo_.var (cherry picked from commit cb5d3df6)
-
Johannes Pfeifer authored
M_.params is global and was set by csminwel1 to the last value tested; this does not necessarily coincide with the optimal parameter vector, which may have occurred earlier. This commit explicitly sets the optimal parameter vector. (cherry picked from commit 66901616) Conflicts: matlab/osr1.m
-