Cut number of draws in fs2000_student.mod unit test to speed it up

time-shift
Johannes Pfeifer 2015-05-12 16:50:35 +02:00
parent 2ab8e2a122
commit 0120fc16c1
1 changed files with 1 additions and 1 deletions

View File

@ -117,4 +117,4 @@ varobs gp_obs gy_obs;
options_.proposal_distribution='rand_multivariate_student';
options_.student_degrees_of_freedom=5;
estimation(order=1, datafile='../fsdat_simul',nobs=192, loglinear, mh_replic=50000, mh_nblocks=2, mh_jscale=0.8,mode_compute=4);
estimation(order=1, datafile='../fsdat_simul',nobs=192, loglinear, mh_replic=2002, mh_nblocks=2, mh_jscale=0.8,mode_compute=4);