dynare/tests
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
..
arima v4 tests/arima/mod2.mod: save data to data2.mod 2006-03-08 21:16:30 +00:00
bvar_a_la_sims v4 tests: added BVAR examples 2007-07-17 18:26:37 +00:00
data v4 tests: adding data/ to test for XLS data files 2006-02-14 10:46:27 +00:00
ferhat New features: 2007-11-20 23:24:01 +00:00
fs2000 Unit root variables have to be declared before any call to steady_ (steady). 2007-04-15 12:49:13 +00:00
kalman_filter_smoother v4: added provision for calibrated measurement errors; 2007-02-11 13:03:13 +00:00
ls2003 copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
objectives copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
parser v4 parser.src: added function normal cumulative density normcdf(x,mean,std dev) and its derivative 2007-11-11 15:24:50 +00:00
pi2004 copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
example1.mod correcting tests/example1.mod 2005-10-06 07:46:55 +00:00
example2.mod copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
ramst.mod copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
ramst_a.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
run_test.m copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
t_lag2.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
t_lag2_check.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
t_lag2_checka.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
t_lag2a.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
t_lag2b.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
t_periods.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00
t_periods_a.mod copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
t_sgu_ex1.mod v4 tests/t_sgu_ex1.mod: adapted for version 4 Sigma_e_ syntax still not OK 2006-09-18 18:18:35 +00:00
test.m v4 tests: adding test.m 2005-11-21 19:52:35 +00:00
test_matlab.mod copying tests from version 3 to version 4 2005-02-19 19:13:45 +00:00
variance_0.mod v4 tests: corrected several test files 2006-11-01 14:44:14 +00:00