View source: R/methods-lgpfit.R
| get_draws | R Documentation |
Uses extract
with permuted = FALSE and inc_warmup = FALSE.
get_draws(object, draws = NULL, reduce = NULL, ...)
object |
An object of class lgpfit or |
draws |
Indices of the parameter draws. |
reduce |
Function used to reduce all parameter draws into
one set of parameters. Ignored if |
... |
Additional arguments to |
The return value is always a 2-dimensional array of shape
num_param_sets x num_params.
Other main functions:
create_model(),
draw_pred(),
lgp(),
pred(),
prior_pred(),
sample_model()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.