You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/source/tuto_creating_new_kernels.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ We will see in this tutorial how to create new kernels in GPy. We will also give
7
7
Structure of a kernel in GPy
8
8
============================
9
9
10
-
In GPy a kernel object is made of a list of kernpart objects, which correspond to symetric positive definite functions. More precisely, the kernel should be understood as the sum of the kernparts. In order to implement a new covariance, the following steps must be followed
10
+
In GPy a kernel object is made of a list of kernpart objects, which correspond to symmetric positive definite functions. More precisely, the kernel should be understood as the sum of the kernparts. In order to implement a new covariance, the following steps must be followed
11
11
12
12
1. implement the new covariance as a :py:class:`GPy.kern.src.kern.Kern` object
0 commit comments