IsotropicMixin

class probnum.randprocs.kernels.IsotropicMixin

Bases: ABC

Mixin for isotropic kernels.

An isotropic kernel is a kernel which only depends on the norm of the difference of the arguments, i.e.

\[k(x_0, x_1) = k(\lVert x_0 - x_1 \rVert).\]

Hence, all isotropic kernels are stationary.