"covTS"
S4 class representing a Tensor Sum (TS) covariance kernel.
Objects can be created by call of the form new("covTS", ...)
or
by using the covTS
function.
d
:Object of class "integer"
, the spatial dimension or number
of inputs of the covariance.
inputNames
:
Object of class "character"
, vector of input names. Length
d
.
kernel
:Object of class "covMan"
representing a 1d kernel.
kernParNames
:Object of class "character"
, name of the kernel (among the
allowed ones).
kernParCodes
:Object of class "integer"
, an integer code stating the
dependence of the parameter to the input.
par
:Object of class "numeric"
, numeric vector of parameter
values.
parN
:Object of class "integer"
, total number of parameters.
parInput
:Object of class "integer"
, the number of the inputs for
each parameter. Same length as par
, values between 1
and d
.
parLower
:,
parUpper
:Object of class "numeric"
numeric, vector of (possibly
infinite) lower/upper bounds on parameters.
parBlock
:Object of class "integer"
signature(object = "covTS")
: extracts the numeric values of
the covariance parameters.
signature(object = "covTS")
: replaces the whole vector of
coefficients, as required during ML estimation.
signature(object = "covTS")
: extracts the numeric values of
the lower bounds.
signature(object = "covTS")
: replacement method for lower
bounds on covTS coefficients.
signature(object = "covTS")
: ...
signature(object = "covTS")
: replacement method for upper
bounds on covTS coefficients.
signature(object = "covTS")
: builds the covariance matrix,
or the cross covariance matrix between two sets of locations for a covTS
object.
signature(object = "covTS")
: return the character value of the kernel name.
signature(object = "covTS")
: an integer matrix used to map
the covTS
parameters on the inputs and kernel parameters
during the computations.
signature(object = "covTS")
: computes the scores.
signature(object = "covTS")
: prints in a custom format.
signature(object = "covTS")
: simulates random values for
the covariance parameters.
Y. Deville, O. Roustant, D. Ginsbourger.
The covTS
function providing a creator.