Description Usage Arguments Details Value See Also Examples
create_priors
returns an instance of S4 class bcgppriors
1 2 | create_priors(composite = TRUE, stationary = FALSE, noise = FALSE,
d = 1L)
|
composite |
A logical, |
stationary |
A logical, |
noise |
If the data should be noise-free (such as from a deterministic
computer model), then |
d |
An integer giving the dimension of the data. |
This creates an instance of S4 class bcgppriors
that contains default
values for the priors, information about the process, and information about
the distributions. The user can change the values as they like prior to
fitting any data with bcgp
. bcgppriors()
can also be
called to create a bcgppriors
object.
An instance of S4 class bcgppriors
containing the default
values for all the prior parameters, information about the process, and
information about the distributions.
bcgppriors bcgppriors
bcgp
1 2 | create_priors(composite = TRUE, stationary = FALSE, noise = FALSE, d = 1)
create_priors(composite = FALSE, stationary = TRUE, noise = TRUE, d = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.