Remove unused lik_algo-option

kalman-mex
Johannes Pfeifer 2023-09-16 09:31:23 +02:00 committed by Sébastien Villemot
parent 8da98057b9
commit 71b63c6e8e
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
4 changed files with 0 additions and 7 deletions

View File

@ -6387,10 +6387,6 @@ observed variables.
initially far from the steady state. This option is not compatible with
``analytical_derivation``.
.. option:: lik_algo = INTEGER
For internal use and testing only.
.. option:: conf_sig = DOUBLE
Level of significance of the confidence interval used for classical forecasting after

View File

@ -400,7 +400,6 @@ options_.kalman.keep_kalman_algo_if_singularity_is_detected = false;
options_.diffuse_kalman_tol = 1e-6;
options_.use_univariate_filters_if_singularity_is_detected = 1;
options_.riccati_tol = 1e-6;
options_.lik_algo = 1;
options_.lik_init = 1;
options_.load_mh_file = false;
options_.load_results_after_load_mh = false;

View File

@ -75,7 +75,6 @@ function [PostMod,PostVar,Scale,PostMean] = gmhmaxlik_core(ObjFun,xparam1,mh_bou
global bayestopt_ estim_params_ options_
options_.lik_algo = 1;
npar = length(xparam1);
NumberOfIterations = options.number;

View File

@ -93,7 +93,6 @@ ModelName = M_.fname;
BaseName = [MetropolisFolder filesep ModelName];
save_tmp_file = sampler_options.save_tmp_file;
options_.lik_algo = 1;
OpenOldFile = ones(nblck,1);
if strcmpi(ProposalFun,'rand_multivariate_normal')
sampler_options.n = npar;