Description Usage Arguments Value
Get the Covariance Matrix grad for a built-in kernel
| 1 2 3 | ## S3 method for class 'character'
get_covariance_matrix_grad(kernel, kernel.grad = NULL, x,
  sigma.n, hyper.params, additional.params, cache = NULL)
 | 
| kernel | A string | 
| kernel.grad | Not used for built in kernels | 
| x | A matrix of data to find the covariance matrix of | 
| sigma.n | The standard deviation of the noise to add to the kernel - used to regularise the resulting covariance matrix | 
| hyper.params | The hyperparameters of  | 
| additional.params | Any additional parameters of  | 
A covariance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.