Description Usage Arguments Details Value See Also Examples
View source: R/bcgpmodel-class.R
bcgpmodel
returns an instance of S4 class bcgpmodel
1 |
x |
An n x d numeric matrix, where d is the dimension of the data, and n is the number of training data observations. |
y |
A numeric vector of length n. |
composite |
A logical, |
stationary |
A logical, |
noise |
If the data should be noise-free (such as from a deterministic
computer model), then |
This creates an instance of S4 class bcgpmodel
that contains
user-provided data, user-provided information about the type of model desired
to be fit (composite/non-composite, stationary/non-stationary,
deterministic/noisy), default values for the hyperparameters for the prior
distributions, information about the prior distributions, randomly-generated
starting values for the Markov chains, user-provided information about
whether the user desires the data to be scaled before it is fit, and user-
provided information on the number of chains desired to be sampled.
An instance of S4 class bcgpmodel
containing the data, default
values for all the prior parameters, information about the process, and
information about the distributions.
Other preprocessing functions: create_parameter_list
,
update_inits,bcgpmodel-method
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.