sample_gp | R Documentation |
Draw samples from a posterior GP/Magma distribution
sample_gp(pred_gp, nb_samples = 50)
sample_magma(pred_gp, nb_samples = 50)
pred_gp |
A list, typically coming from
|
nb_samples |
A number, indicating the number of samples to be drawn from the predictive posterior distribution. For two-dimensional graphs, only one sample can be displayed. |
A tibble or data frame, containing the samples generated from
a GP prediction. Format: Input
, Sample
, Output
.
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.