| KM-class {rlibkriging} | R Documentation |
S4 class for Kriging Models Extending the "km" Class
Description
This class is intended to be used either by using its
own dedicated S4 methods or by using the S4 methods inherited
from the "km" class of the libKriging package.
Slots
d,n,X,y,p,FNumber of (numeric) inputs, number of observations, design matrix, response vector, number of trend variables, trend matrix.
trend.formula,trend.coefFormula used for the trend, vector
\hat{\boldsymbol{\beta}}of estimated (or fixed) trend coefficients with lengthp.covarianceA S4 object with class
"covTensorProduct"representing a covariance kernel.noise.flag,noise.varLogical flag and numeric value for an optional noise term.
known.paramA character code indicating what parameters are known.
lower,upperBounds on the correlation range parameters.
method,penalty,optim.method,control,gr,parinitObjects defining the estimation criterion, the optimization.
T,M,zAuxiliary variables (matrices and vectors) that can be used in several computations.
caseThe possible concentration (a.k.a. profiling) of the likelihood.
param.estimLogical. Is an estimation used?
KrigingA copy of the
Krigingobject used to create the currentKMobject.
Author(s)
Yann Richet yann.richet@irsn.fr
See Also
km-class in the
DiceKriging package. The creator KM.