get_pred {lgpr} | R Documentation |
Extract model predictions and function posteriors
Description
NOTE: It is not recommended for users to call this. Use
pred
instead.
Usage
get_pred(fit, draws = NULL, reduce = NULL, verbose = TRUE)
Arguments
fit |
An object of class lgpfit. |
draws |
Indices of parameter draws to use, or |
reduce |
Reduction for parameters draws. Can be a function that
is applied to reduce all parameter draws into one parameter set, or
|
verbose |
Should more information and a possible progress bar be printed? |
Value
an object of class GaussianPrediction or Prediction
[Package lgpr version 1.2.4 Index]