Computes the autocovariance matrix of the input vectors represented with a matrix (in which each row represents an input vector).
1  | autocovmat(kernel, x)
 | 
kernel | 
 An object representing a gaussian process' kernel, e.g. a sde_kernel object.  | 
x | 
 A matrix in which each row represents an input vector. Note that if the inputs are univariate, a matrix with just one column should be used.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.