parMap-methods {kergp} | R Documentation |
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 signature 'covTS'
parMap(object, ...)
Arguments
object |
An object with class |
... |
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
myCov <- covTS(d = 3, kernel = "k1Gauss",
dep = c(range = "input"), value = c(range = 1.1))
parMap(myCov)
[Package kergp version 0.5.7 Index]