Skip to content
Snippets Groups Projects
Verified Commit ee2545f8 authored by Willi Mutschler's avatar Willi Mutschler
Browse files

Fixes for CET tests on Octave

- the mode file was previously saved as '-v7.3', now it is '-v6'
- mode_compute=1 and additional_optimizer=1 do not work under Octave
parent dd166908
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
...@@ -83,7 +83,7 @@ method_of_moments(mom_method = irf_matching ...@@ -83,7 +83,7 @@ method_of_moments(mom_method = irf_matching
%, mode_check_neighbourhood_size %, mode_check_neighbourhood_size
%, mode_check_number_of_points %, mode_check_number_of_points
, mode_check_symmetric_plots = 0 , mode_check_symmetric_plots = 0
, mode_compute = 1 , mode_compute = 4
, mode_file = cet_original_mode , mode_file = cet_original_mode
%, nobs %, nobs
%, no_posterior_kernel_density %, no_posterior_kernel_density
......
...@@ -192,7 +192,7 @@ method_of_moments(mom_method = irf_matching ...@@ -192,7 +192,7 @@ method_of_moments(mom_method = irf_matching
, mh_replic=10 , mh_replic=10
, plot_priors = 0 , plot_priors = 0
, nograph , nograph
, mode_compute = 1 , mode_compute = 5
, posterior_sampling_method = 'slice' , posterior_sampling_method = 'slice'
, posterior_sampler_options = ('rotated',1 , posterior_sampler_options = ('rotated',1
% ,'mode_files' % ,'mode_files'
......
...@@ -156,14 +156,14 @@ method_of_moments(mom_method = irf_matching ...@@ -156,14 +156,14 @@ method_of_moments(mom_method = irf_matching
method_of_moments(mom_method = irf_matching method_of_moments(mom_method = irf_matching
, additional_optimizer_steps = [1] , additional_optimizer_steps = [4]
, cova_compute=1 , cova_compute=1
, dirname=cet_tarb_results , dirname=cet_tarb_results
, irf_matching_file = cet_irf_matching_file , irf_matching_file = cet_irf_matching_file
, mh_conf_sig = 0.90 , mh_conf_sig = 0.90
, mh_replic=0 , mh_replic=0
%, mode_check %, mode_check
, mode_compute = 4 , mode_compute = 5
, mode_file = 'cet_tarb_results/method_of_moments/cet_tarb_mh_mode' , mode_file = 'cet_tarb_results/method_of_moments/cet_tarb_mh_mode'
, plot_priors = 0 , plot_priors = 0
, nograph , nograph
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment