Commit Graph

8 Commits (38b6fa0bac53a3b0f881766e52f1f5e9984424c3)

Author SHA1 Message Date
assia 25e3fe8e3b header updated
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1502 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-12-20 15:48:12 +00:00
ferhat d884d8a397 New features:
- Implementation of the simulation of the block decomposed model using sparse matrix using MATLAB code: 
  New option in model : sparse
  Example:
  Model(SPARSE);
  ….
  End;
- Implementation of the simulation of the block decomposed model using sparse matrix for static model. 
- Krylov methods are implemented to solve the linear model J.y=b, with J the Jacobian matrix at each step of  the Newton Method. Two Krylov's solvers are considered : 
   + Generalized Minimum Residual Method (GMRES) 
   + BiConjugate Gradients Stabilized (BICGSTAB)
  To call them the SIMULATE command has to be completed with a new option : METHOD which could have three   different values : 
   + LU : (default value)  Sparse LU resolution
   + GMRES 
   + BICGSTAB
	 	Example:
 			simul(periods=100, method=lu);
                        or        simul(method=Gmres);
- Correction of various bugs in “simulate.dll”.
- Correction of simk.m
- Correction allowing a list of VALUES or PERIODS not necessarily separated by a comma. 

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1447 ac1d8469-bf42-47a9-8791-bf33cf982152
2007-11-20 23:24:01 +00:00
michel b3a7c45070 v4: fixed deterministic simulations
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1004 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-10-29 17:27:48 +00:00
adjemian 897a084881 New functions. posterior draws used after the metropolis (forecasts, irfs, moments) are built and saved just after the call to metropolis.m
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@964 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-10-10 19:37:26 +00:00
michel 4baff7fdd2 v4: changed oo_.y_simul in oo_.endo_simul
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@849 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-07-31 15:46:55 +00:00
michel 4065214664 v4 : fixed sim1.m and simk.m
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@594 ac1d8469-bf42-47a9-8791-bf33cf982152
2006-01-12 10:21:40 +00:00
michel ecd2fb95dd ported bug corrections from v3 to v4
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@504 ac1d8469-bf42-47a9-8791-bf33cf982152
2005-10-17 20:09:56 +00:00
michel 9a9872fd33 dynare_v4 from CVS
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@8 ac1d8469-bf42-47a9-8791-bf33cf982152
2005-02-18 19:54:39 +00:00