Prevent spectral density plots being triggered in identification

If options_.SpectralDensity.trigger is specified, identification would
otherwise plot graphs in every MC step
time-shift
Johannes Pfeifer 2013-03-17 15:30:49 +01:00
parent c58aebd2ef
commit 3b29e69e40
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ if info(1)==0,
options_.irf = 0;
options_.noprint = 1;
options_.order = 1;
options_.SpectralDensity.trigger = 0;
options_.periods = data_info.info.ntobs+100;
if options_.kalman_algo > 2,
options_.kalman_algo = 1;