removed simul_seed option

time-shift
Houtan Bastani 2011-03-31 10:39:10 +02:00
parent 5be2e1dd2d
commit 13395ff97d
4 changed files with 4 additions and 4 deletions

View File

@ -37,4 +37,4 @@ end;
Sigma_e = [ 0.000081; (phi*0.009*0.009) 0.000081];
stoch_simul(order=2,irf=0,periods=50000,simul_seed=1);
stoch_simul(order=2,irf=0,periods=50000);

View File

@ -41,4 +41,4 @@ end;
Sigma_e = [ 0.000081; (phi*0.009*0.009) 0.000081];
stoch_simul(order=2,irf=0,simul,simul_seed=1);
stoch_simul(order=2,irf=0);

View File

@ -41,4 +41,4 @@ end;
Sigma_e = [ 0.000081; (phi*0.009*0.009) 0.000081];
stoch_simul(order=1,irf=0,simul,simul_seed=1);
stoch_simul(order=1,irf=0);

View File

@ -41,4 +41,4 @@ Sigma_e = [ 0.000081; (phi*0.009*0.009) 0.000081];
check;
stoch_simul(order=2,irf=0,periods=400,simul_seed=1);
stoch_simul(order=2,irf=0,periods=400);