An implementation of the squared exponential kernel, K(x_1, x_2). Note that x_1 = x_2 is valid.
1 | se_kern(x_1, x_2, length_scale, sigma_f)
|
x_1 |
First design matrix |
x_2 |
Second design matrix |
length_scale |
The length scale |
sigma_f |
Some kind of noise |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.