diff --git a/NEWS b/NEWS index 1410403fc..49e307bfc 100644 --- a/NEWS +++ b/NEWS @@ -190,7 +190,7 @@ fixed in version 4.5.4: - Estimation with missing values was crashing if the `prefilter` option was used. - - Added a workaround for a difference in behaviour between Octave and Matlab regarding the creation + - Added a workaround for a difference in behaviour between Octave and MATLAB regarding the creation of function handles for functions that do not exist in the path. With Octave 4.2.1, steady state files did not work if no auxiliary variables were created. @@ -315,7 +315,7 @@ fixed in version 4.5.2: - Fixed crash with optimizer 5 when not used with DSGE model at order 1. - Fixed mex file used for third order approximation (was crashing on - Matlab/Windows 7). + MATLAB/Windows 7). @@ -658,7 +658,7 @@ Here is the list of major user-visible changes: - Command line + New option `onlyclearglobals` (do not clear JIT compiled functions - with recent versions of Matlab), + with recent versions of MATLAB), + New option `minimal_workspace` to use fewer variables in the current workspace, @@ -689,7 +689,7 @@ Here is the list of major user-visible changes: + `mode_compute=101` Uses SOLVEOPT as described by Kuntsevich and Kappel (1997), - + `mode_compute=102` Uses `simulannealbnd` from Matlab's Global + + `mode_compute=102` Uses `simulannealbnd` from MATLAB's Global Optimization Toolbox (if available), + New option `silent_optimizer` to shut off output from mode @@ -724,7 +724,7 @@ Here is the list of major user-visible changes: + Introduces new path management to avoid conflicts with other toolboxes, - + Full compatibility with Matlab 2014b's new graphic interface, + + Full compatibility with MATLAB 2014b's new graphic interface, + When using `model(linear)`, Dynare automatically checks whether the model is truly linear, @@ -924,7 +924,7 @@ Here is the list of major user-visible changes: was not consistent with the reference manual, + When the initialization of an MCMC run failed, the metropolis.log file was - locked, requiring a restart of Matlab to restart estimation, + locked, requiring a restart of MATLAB to restart estimation, + If the posterior mode was right at the corner of the prior bounds, the initialization of the MCMC erroneously crashed, @@ -1140,7 +1140,7 @@ Here is the list of major user-visible changes: - A bug when external functions were used in model local variables that were contained in equations that required auxiliary - variable/equations led to crashes of Matlab. + variable/equations led to crashes of MATLAB. - Sampling from the prior distribution for an inverse gamma II distribution when `prior_trunc>0` could result in incorrect diff --git a/doc/AIM/Dynare AIM use Doc.html b/doc/AIM/Dynare AIM use Doc.html index 2b5821d85..b0400ffb7 100644 --- a/doc/AIM/Dynare AIM use Doc.html +++ b/doc/AIM/Dynare AIM use Doc.html @@ -79,7 +79,7 @@ p.footer {

AIM Solver Subsystem

-

The AIM subsystem in the AIM subdirectory of the main Dynare matlab directory contains Matlab functions necessary for using +

The AIM subsystem in the AIM subdirectory of the main Dynare matlab directory contains MATLAB functions necessary for using Gary Anderson's AIM 1st order solver as an alternative to Dynare's default mjdgges solver (see http://www.federalreserve.gov/Pubs/oss/oss4/aimindex.html ).

It cosists of:

@@ -92,7 +92,7 @@ p.footer {
@@ -215,7 +215,7 @@ p.footer { can produce ~ one order closer results to the Dynare solutiion then when if plain jacobia_ is passed, i.e. diff < e-14 for aa and diff < *e-13 for jacobia_ if Q' is used.

GP July 2008

-

part of DYNARE, copyright Dynare Team (1996-2008) Gnu Public License.

+

part of Dynare, copyright Dynare Team (1996-2008) Gnu Public License.

@@ -225,7 +225,7 @@ p.footer { %% AIM Solver Subsystem % The AIM subsystem in the AIM subdirectory of the main Dynare matlab -% directory contains Matlab functions necessary for using +% directory contains MATLAB functions necessary for using % Gary Anderson's AIM 1st order solver as an alternative to Dynare's default mjdgges solver (see http://www.federalreserve.gov/Pubs/oss/oss4/aimindex.html ). % % It cosists of: @@ -236,7 +236,7 @@ p.footer { % gu=dr.hgu from the AIM outputs. ("1" in the title is for 1st order % solver). % -% * A subset of Matlab routines from Gary Anderson's own AIM package needed to compute +% * A subset of MATLAB routines from Gary Anderson's own AIM package needed to compute % and solve system passed on and returned by dynAIMsolver1 whose names start with SP.. % of which *SPAmalg.m* is the main driver: % @@ -394,10 +394,10 @@ p.footer { % % GP July 2008 % -% part of DYNARE, copyright Dynare Team (1996-2008) +% part of Dynare, copyright Dynare Team (1996-2008) % Gnu Public License. ##### SOURCE END ##### --> - \ No newline at end of file + diff --git a/doc/AIM/Dynare AIM use Doc.mht b/doc/AIM/Dynare AIM use Doc.mht index c299da4ec..725c6a4c8 100644 --- a/doc/AIM/Dynare AIM use Doc.mht +++ b/doc/AIM/Dynare AIM use Doc.mht @@ -111,7 +111,7 @@ demia/Economics/Dynare%20DSGE/V4/doc/AIM/Dynare%20AIM%20use%20Doc.html#11=

AIM Solver Subsystem

The AIM subsystem in the AIM subdirectory of the main Dynare matlab = directory=20 -contains Matlab functions necessary for using Gary Anderson's AIM 1st = +contains MATLAB functions necessary for using Gary Anderson's AIM 1st = order=20 solver as an alternative to Dynare's default mjdgges solver (see http:/= @@ -129,7 +129,7 @@ AIM outputs.=20 ("1" in the title is for 1st order solver).