create_model.likelihood {lgpr} | R Documentation |
Parse the response variable and its likelihood model
Description
Parse the response variable and its likelihood model
Usage
create_model.likelihood(
data,
likelihood,
c_hat,
num_trials,
y_name,
sample_f,
verbose
)
Arguments
data |
A |
likelihood |
Determines the observation model. Must be either
|
c_hat |
The GP mean. This should only be given if
where |
num_trials |
This argument (number of trials) is only needed when
likelihood is |
y_name |
Name of response variable |
sample_f |
Determines if the latent function values are sampled
(must be |
verbose |
Should some informative messages be printed? |
Value
a list of parsed options
See Also
Other internal model creation functions:
create_model.covs_and_comps()
,
create_model.formula()
,
create_model.prior()