kerSEmat | R Documentation |
Squared exponential kernel
kerSEmat(x, x0 = NULL, len = 1)
x |
Vector of scalar parameters, or matrix of vector parameters. |
x0 |
New parameter. If provided, computes a covariance vector. |
len |
Length-scale of correlation, defaults to 1. |
x1, x2 |
Input parameters, real numbers |
If only x is provided, a dpoMatrix
(positive-semidefinite matrix from Matrix
, with Cholesky factor computed).
If both are provided, a vector of length nrow(x), if matrix; or length(x), if vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.