Description Usage Arguments Details Value TODO See Also Examples
createPriors
returns a list that contains default values for the priors.
1 | createPriors(x, noise = FALSE)
|
x |
An |
noise |
If the data is assumed to be noise-free, then
|
This creates a list that contains default values for the priors. The user
can change the values as they like prior to inputting the list into
bcgp
.
A list containing the default values for all the prior parameters.
Decide whether to add options for "heteroscedastic" and "composite"
Other preprocessing functions: createInits
1 2 3 | x <- matrix(runif(40), ncol= 4, nrow = 10)
createPriors(x)
createPriors(x, noise = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.