rlibkriging0.9-3 package

Kriging Models using the 'libKriging' Library

covMat.NoiseKriging

Compute Covariance Matrix of NoiseKriging Model

covMat.NuggetKriging

Compute Covariance Matrix of NuggetKriging Model

covMat

covariance function

load

Load any Kriging Model from a file storage. Back to base::load if not ...

logLikelihood.Kriging

Get Log-Likelihood of Kriging Model

logLikelihood.NoiseKriging

Get logLikelihood of NoiseKriging Model

logLikelihood.NuggetKriging

Get logLikelihood of NuggetKriging Model

logLikelihood

Compute Log-Likelihood

logLikelihoodFun.Kriging

Compute Log-Likelihood of Kriging Model

logMargPostFun.NuggetKriging

Compute the log-marginal posterior of a kriging model, using the prior...

logMargPostFun

log-Marginal Posterior function

copy.NoiseKriging

Duplicate a NoiseKriging Model

copy.NuggetKriging

Duplicate a NuggetKriging Model

copy

Duplicate object.

covMat.Kriging

Compute Covariance Matrix of Kriging Model

load.Kriging

Load a Kriging Model from a file storage

load.NoiseKriging

Load a NoiseKriging Model from a file storage

load.NuggetKriging

Load a NuggetKriging Model from a file storage

save

Save a Kriging Model inside a file. Back to base::save if argument is ...

as.list.NuggetKriging

Coerce a NuggetKriging Object into a List

classKriging

Shortcut to provide functions to the S3 class "Kriging"

classNoiseKriging

Shortcut to provide functions to the S3 class "NoiseKriging"

classNuggetKriging

Shortcut to provide functions to the S3 class "NuggetKriging"

copy.Kriging

Duplicate a Kriging Model

as.list.NoiseKriging

Coerce a NoiseKriging Object into a List

as.km.Kriging

Coerce a Kriging object into the "km" class of the DiceKriging p...

as.km.NoiseKriging

Coerce a NoiseKriging object into the "km" class of the `DiceKrigi...

as.km.NuggetKriging

Coerce a NuggetKriging object into the "km" class of the `DiceKrig...

as.km

Coerce an Object into a km Object

as.list.Kriging

Coerce a Kriging Object into a List

fit.Kriging

Fit Kriging object on given data.

fit.NoiseKriging

Fit NoiseKriging object on given data.

fit.NuggetKriging

Fit NuggetKriging object on given data.

fit

Fit model on data.

KM-class

S4 class for Kriging Models Extending the "km" Class

KM

Create an KM Object

Kriging

Create an object with S3 class "Kriging" using the libKriging libr...

leaveOneOut.Kriging

Get leaveOneOut of Kriging Model

leaveOneOut

Compute Leave-One-Out

leaveOneOutFun.Kriging

Compute Leave-One-Out (LOO) error for an object with S3 class `"Krigin...

leaveOneOutFun

Leave-One-Out function

leaveOneOutVec.Kriging

Compute Leave-One-Out (LOO) vector error for an object with S3 class `...

leaveOneOutVec

Leave-One-Out vector

logLikelihoodFun.NoiseKriging

Compute Log-Likelihood of NoiseKriging Model

logLikelihoodFun.NuggetKriging

Compute Log-Likelihood of NuggetKriging Model

logLikelihoodFun

Log-Likelihood function

logMargPost.Kriging

Get logMargPost of Kriging Model

logMargPost.NuggetKriging

Get logMargPost of NuggetKriging Model

logMargPost

Compute log-Marginal Posterior

logMargPostFun.Kriging

Compute the log-marginal posterior of a kriging model, using the prior...

NoiseKM-class

S4 class for NoiseKriging Models Extending the "km" Class

NoiseKM

Create an NoiseKM Object

NoiseKriging

Create an object with S3 class "NoiseKriging" using the libKriging...

NuggetKM-class

S4 class for NuggetKriging Models Extending the "km" Class

NuggetKM

Create an NuggetKM Object

NuggetKriging

Create an object with S3 class "NuggetKriging" using the `libKriging...

predict-KM-method

Prediction Method for a KM Object

predict-NoiseKM-method

Prediction Method for a NoiseKM Object

predict-NuggetKM-method

Prediction Method for a NuggetKM Object

predict.Kriging

Predict from a Kriging object.

predict.NoiseKriging

Predict from a NoiseKriging object.

predict.NuggetKriging

Predict from a NuggetKriging object.

print.Kriging

Print the content of a Kriging object.

print.NoiseKriging

Print the content of a NoiseKriging object.

print.NuggetKriging

Print the content of a NuggetKriging object.

save.Kriging

Save a Kriging Model to a file storage

save.NoiseKriging

Save a NoiseKriging Model to a file storage

save.NuggetKriging

Save a NuggetKriging Model to a file storage

simulate-KM-method

Simulation from a KM Object

simulate-NoiseKM-method

Simulation from a NoiseKM Object

simulate-NuggetKM-method

Simulation from a NuggetKM Object

simulate.Kriging

Simulation from a Kriging model object.

simulate.NoiseKriging

Simulation from a NoiseKriging model object.

simulate.NuggetKriging

Simulation from a NuggetKriging model object.

update_simulate.Kriging

Update previous simulation of a Kriging model object.

update_simulate.NoiseKriging

Update previous simulation of a NoiseKriging model object.

update_simulate.NuggetKriging

Update previous simulation of a NuggetKriging model object.

update_simulate

Update simulation of model on data.

update-KM-method

Update a KM Object with New Points

update-NoiseKM-method

Update a NoiseKM Object with New Points

update-NuggetKM-method

Update a NuggetKM Object with New Points

update.Kriging

Update a Kriging model object with new points

update.NoiseKriging

Update a NoiseKriging model object with new points

update.NuggetKriging

Update a NuggetKriging model object with new points

Interface to 'libKriging' 'C++' library <https://github.com/libKriging> that should provide most standard Kriging / Gaussian process regression features (like in 'DiceKriging', 'kergp' or 'RobustGaSP' packages). 'libKriging' relies on Armadillo linear algebra library (Apache 2 license) by Conrad Sanderson, 'lbfgsb_cpp' is a 'C++' port around by Pascal Have of 'lbfgsb' library (BSD-3 license) by Ciyou Zhu, Richard Byrd, Jorge Nocedal and Jose Luis Morales used for hyperparameters optimization.