covMat | R Documentation |
Generic function returning a covariance or a cross-covariance matrix between two sets of locations.
covMat(object, X, Xnew, ...)
object |
Covariance kernel object. |
X |
A matrix with |
Xnew |
A matrix with |
... |
Other arguments for methods. |
A rectangular matrix with nrow(X)
rows and nrow(Xnew)
columns containing the covariances K(\mathbf{x}_1,
\mathbf{x}_2)
for all the couples of sites
\mathbf{x}_1
and \mathbf{x}_2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.