kGauss {kergp} | R Documentation |
Gauss (or squared exponential) covariance function.
kGauss(d)
d |
Dimension. |
An object of class "covMan"
with default parameters: 1 for
ranges and variance values.
C.E. Rasmussen and C.K.I. Williams (2006), Gaussian Processes for Machine Learning, the MIT Press, doi:10.7551/mitpress/3206.001.0001
kGauss() # default: d = 1, nu = 5/2
myGauss <- kGauss(d = 2)
coef(myGauss) <- c(range = c(2, 5), sigma2 = 0.1)
myGauss