Description Usage Arguments Details Value See Also Examples
bcgp
draws samples from the Bayesian Composite Gaussian Process model
1 2 3 |
x |
An |
y |
A vector containing the observed response values in the training set. |
composite |
A logical, |
stationary |
A logical, |
priors |
Can be either the string "default" or a list containing the values for the prior parameters.
|
inits |
Can be either the string "random" or a list of length
|
noise |
If the data is assumed to be noise-free, then
|
numUpdates |
The number of updates in the proposal stepsize adaptation phase. |
numAdapt |
The number of samples within each update in the proposal stepsize adaptation phase. |
burnin |
The number of burnin samples to discard after the stepsize adaptation phase is finished |
nmcmc |
The number of samples to be kept for each Markov chain. |
chains |
A positive integer specifying the number of Markov chains. The default is 4. |
cores |
The number of cores to use when executing the Markov chains in
parallel. The default is to use the value of the |
This draws samples from the posterior distribution for the Bayesian Composite Gaussian Process (BCGP) model.
An object of S4 class bcgpfit
representing the fitted results.
Other Major functions: bcgp_model
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.