get_default_option_list_MCMC {BayesGP} | R Documentation |
This function takes an optional list of options and fills in any missing values with a set of default MCMC options.
get_default_option_list_MCMC(option_list = list())
option_list |
A list of options to be passed to the MCMC. If some options are missing, the function will use default values. |
A list containing the complete set of options with defaults where necessary.
# Example: Get the default option list
options <- get_default_option_list_MCMC()
print(options)