Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

covUser-class

Class "covUser"


Description

An arbitrary covariance kernel provided by the user

Objects from the Class

Any valid covariance kernel, provided as a 2-dimensional function (x,y) -> k(x,y). At this stage, no test is done to check that k is positive definite.

Slots

kernel:

Object of class "function". The new covariance kernel.

nugget.flag:

Object of class "logical". Is there a nugget effect?

nugget:

Object of class "numeric". If there is a nugget effect, its value (homogeneous to a variance).

Extends

Class "covKernel", directly.

Methods

coef

signature(object = "covUser"): ...

covMat1Mat2

signature(object = "covScaling"): ...

covMatrix

signature(object = "covScaling"): ...

show

signature(object = "covScaling"): ...

Author(s)

Olivier Roustant, David Ginsbourger, Yves Deville

See Also

Examples

showClass("covUser")

DiceKriging

Kriging Methods for Computer Experiments

v1.6.0
GPL-2 | GPL-3
Authors
Olivier Roustant, David Ginsbourger, Yves Deville. Contributors: Clement Chevalier, Yann Richet.
Initial release
2021-02-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.