Function to provide settings for the Metropolis-Hastings step in
bvar. Options include scaling the inverse Hessian that
is used to draw parameter proposals and automatic scaling to
achieve a certain acceptance rate.
# NOT RUN {# Only adjust the scale parameterbv_mh(scale_hess = 10)
# Turn on automatic scaling of the acceptance rate to [20%, 40%]bv_mh(adjust_acc = TRUE, acc_lower = 0.2, acc_upper = 0.4)
# }