gpExtractParam: Extract a parameter vector from a GP model.

Description Usage Arguments Value See Also Examples

View source: R/gpExtractParam.R

Description

does the same as above, but also returns parameter names.

Usage

1
gpExtractParam(model, only.values=TRUE, ...)

Arguments

model

the model structure containing the information about the model.

only.values

(logical) do not return parameter names.

...

optional additional arguments.

Value

params

a vector of parameters from the model.

names

cell array of parameter names.

See Also

gpCreate, gpExpandParam, modelExtractParam.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.