Learn R Programming

kergp (version 0.5.7)

parMap-methods: Map the Parameters of a Structure on the Inputs and Kernel Parameters

Description

Map the parameters of a structure on the inputs and kernel parameters.

Usage

# S4 method for covTS
parMap(object, ...)

Value

A matrix with integer values. The rows correspond to the inputs of the object and the columns to the \(1d\) kernel parameters. The matrix element is the number of the corresponding official coefficient. The same parameter of the structure can be used for several inputs but not (yet) for several kernel parameters. So each row must have different integer elements, while the same element can be repeated within a column.

Arguments

object

An object with class "covTS".

...

Not used yet.

Examples

Run this code
myCov <- covTS(d = 3, kernel = "k1Gauss",
               dep = c(range = "input"), value = c(range = 1.1))
parMap(myCov)

Run the code above in your browser using DataLab