Add three variables for RWGMH.

time-shift
Frédéric Karamé 2015-05-27 16:40:16 +02:00
parent 94776660ff
commit 0c2483278c
1 changed files with 3 additions and 0 deletions

View File

@ -271,6 +271,9 @@ particle.liu_west_delta = 0.99 ;
particle.liu_west_chol_sigma_bar = .01 ;
% Copy ep structure in options_ global structure
options_.particle = particle;
options_.rwgmh_init_scale = 1e-4 ;
options_.rwgmh_scale_chain = 1 ;
options_.rwgmh_scale_shock = 1e-5 ;
% TeX output
options_.TeX = 0;