probnum.randprocs.kernels¶
Kernels or covariance functions.
Kernels describe the spatial or temporal variation of a random process. If evaluated at two sets of points a kernel is defined as the covariance of the values of the random process at these locations.
Kernels support basic algebraic operations, including scaling, addition and multiplication.
Classes¶
|
(Cross-)covariance function(s) |
Mixin for isotropic kernels. |
|
|
White noise kernel. |
|
Linear kernel. |
|
Polynomial kernel. |
|
Exponentiated quadratic / RBF kernel. |
|
Rational quadratic kernel. |
|
Matern kernel. |
|
Product Matern kernel. |