Go to file
adjemian 27886047cf * Changed numgrad.m. If fcn(x+h) is not well defined (for instance cost_flag=0 because of BK conditions) we compute the gradient using (fcn(x)-fcn(x-h))/h instead of the original formula (fcn(x+h)-fcn(x))/h.
* Added function numgrad3.m. This new function uses a three point formula to compute the gradient. By default Dynare uses the two point formula. By setting options_.gradient_method=3 Dynare switches to the three point formula. Note that an input argument has been added to csminwel.
* Added automatic detection of needed constant in dsge-var model (may be problematic is some cases)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1935 ac1d8469-bf42-47a9-8791-bf33cf982152
2008-07-07 12:58:13 +00:00
debian v4 mex: 2008-06-24 18:53:26 +00:00
doc v4 doc: added macroprocessor slides 2008-07-04 14:30:46 +00:00
matlab * Changed numgrad.m. If fcn(x+h) is not well defined (for instance cost_flag=0 because of BK conditions) we compute the gradient using (fcn(x)-fcn(x-h))/h instead of the original formula (fcn(x+h)-fcn(x))/h. 2008-07-07 12:58:13 +00:00
mex v4 preprocessor mex: various minor fixed to ensure correct compilation under g++ 4.3 2008-06-28 11:20:45 +00:00
preprocessor added diffuse_filter option 2008-07-02 09:33:58 +00:00
tests v4 tests: use new syntax for unit_root_vars 2008-06-12 16:01:43 +00:00
LICENSE.txt v4: added NSIS build script and LICENSE.txt file 2008-06-29 20:33:12 +00:00
dynare.nsi v4: added NSIS build script and LICENSE.txt file 2008-06-29 20:33:12 +00:00