Description Usage Arguments Details Value See Also Examples
bcgp
draws samples from the Bayesian Composite Gaussian Process model
1 2 3 |
xTrain |
An |
yTrain |
A vector containing the observed response values in the training set. |
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
|
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 |
The number of Markov chains. The default is 4. |
This draws samples from the posterior distribution for the Bayesian Composite Gaussian Process (BCGP) model.
An object of S4 class bcgp
representing the fitted results.
Other Major functions: bcgpMCMC
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.