Missing posterior_sampler_options
Besides new_block_probability and mode_compute, the below options are all missing from estimation > MH_options. The user should be able to specify these when choosing a specific posterior_sample_method.
| 'random_walk_metropolis_hastings'/'independent_metropolis_hastings' | 'tailored_random_block_metropolis_hastings' | 'slice' |
|---|---|---|
| 'save_tmp_file' | 'save_tmp_file' | 'save_tmp_file' |
| 'scale_file' | 'scale_file' | |
| 'proposal_distribution' | new_block_probability = DOUBLE | 'rotated' |
| 'rand_multivariate_normal' | mode_compute = INTEGER | 'mode_files' |
| 'rand_multivariate_student' | optim = (NAME, VALUE,...) | 'slice_initialize_with_mode' |
| 'independent_metropolis_hastings' | 'initial_step_size' | |
| 'student_degrees_of_freedom' | 'use_mh_covariance_matrix' | |
| 'use_mh_covariance_matrix' |