View source: R/WarpKrigingClass.R
| covMat.WarpKriging | R Documentation |
Covariance matrix between two sets of points (warped kernel)
## S3 method for class 'WarpKriging'
covMat(object, X1, X2, ...)
object |
A WarpKriging model object. |
X1 |
numeric matrix (n1 x d) of input points. |
X2 |
numeric matrix (n2 x d) of input points. |
... |
Unused. |
the n1 x n2 covariance matrix \sigma^2 k(\Phi(X1), \Phi(X2)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.