Force options_.nomoments=0; to be sure moments analysis is performed properly. Thanks to Johannes Pfeifer.

time-shift
Marco Ratto 2011-06-06 15:28:46 +02:00
parent 2c977073d2
commit 0605396815
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ options_.ar=nlags;
options_.prior_mc = options_ident.prior_mc;
options_.options_ident = options_ident;
options_.Schur_vec_tol = 1.e-8;
options_.nomoments=0;
options_ = set_default_option(options_,'datafile',[]);
options_.mode_compute = 0;