prior_pred {lgpr}R Documentation

Prior (predictive) sampling

Description

These functions take an lgpmodel object, and

Usage

prior_pred(
  model,
  verbose = TRUE,
  quiet = FALSE,
  refresh = 0,
  STREAM = get_stream(),
  ...
)

sample_param_prior(model, verbose = TRUE, quiet = FALSE, ...)

Arguments

model

An object of class lgpmodel.

verbose

Should more information and a possible progress bar be printed?

quiet

This forces verbose to be FALSE. If you want to suppress also the output from Stan, give the additional argument refresh=0.

refresh

Argument for sampling.

STREAM

External pointer. By default obtained with rstan::get_stream().

...

Additional arguments for sampling.

Value

See Also

Other main functions: create_model(), draw_pred(), get_draws(), lgp(), pred(), sample_model()


[Package lgpr version 1.2.4 Index]