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

Description Usage Arguments Value Note Examples

Description

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

Usage

1
2
## S4 method for signature 'covTS'
parMap(object, ...)

Arguments

object

An object with class "covTS".

...

Not used yet.

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.

Note

This function is for internal use only.

Examples

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

kergp documentation built on March 18, 2021, 5:06 p.m.