powered by
Gauss (or squared exponential) covariance function.
kGauss(d)
An object of class "covMan" with default parameters: 1 for ranges and variance values.
"covMan"
Dimension.
C.E. Rasmussen and C.K.I. Williams (2006), Gaussian Processes for Machine Learning, the MIT Press, http://www.GaussianProcess.org/gpml/
kGauss() # default: d = 1, nu = 5/2 myGauss <- kGauss(d = 2) coef(myGauss) <- c(range = c(2, 5), sigma2 = 0.1) myGauss
Run the code above in your browser using DataLab