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