Learn R Programming

gptk (version 1.0)

gpExtractParam: Extract a parameter vector from a GP model.

Description

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

Usage

values <- gpExtractParam(model, model)

Arguments

model
the model structure containing the information about the model.

Value

  • paramsa vector of parameters from the model.
  • namescell array of parameter names.

See Also

gpCreate, gpExpandParam, modelExtractParam.

Examples

Run this code
## missing

Run the code above in your browser using DataLab