R/mvnss_settings.R
mvnss_settings.Rd
Generate a list of settings for automated factor slice sampling
mvnss_settings(
n_mvnss_updates = 1,
initial_bracket_width = 1,
cov_update_interval = 1,
bracket_limits = c(0, Inf),
nugget_cooling = 0.9,
nugget_step_size = NULL
)
number of non-isotropoc hit-and-run updates.
initial width of the slice bracket
how often the empirical covariance matrix should be updated
limits for the slice bracket width, defaults to (0,Inf).
rate at which to cool the nugget, defaults to 0.9.
Adaptation contributions are governed by a harmonic sequence:
scale_constant/(iteration/step_size+1)^scale_cooling. The
plot_adaptations
function may be used to plot the adaptation
factors.
increment for each iteration, defaults to 100/number of iterations.
list with additional settings for hit and run slice sampling