Matern32#
- class gpjax.kernels.Matern32(active_dims=None, lengthscale=1.0, variance=1.0, n_dims=None, compute_engine=<gpjax.kernels.computations.dense.DenseKernelComputation object>)[source]#
Bases:
StationaryKernelThe Matérn kernel with smoothness parameter fixed at 1.5.
Computes the covariance for pairs of inputs \((x, y)\) with lengthscale parameter \(\ell\) and variance \(\sigma^2\).
\[ k(x, y) = \sigma^2 \Bigg(1 + \frac{\sqrt{3}\lvert x-y \rvert}{\ell}\Bigg)\exp\Bigg(-\frac{\sqrt{3}\lvert x-y\rvert}{\ell}\Bigg) \]- Parameters:
lengthscale (AbstractUnwrappable)
variance (AbstractUnwrappable)
n_dims (int | None)
compute_engine (AbstractKernelComputation)
- property spectral_density: MultivariateStudentT#
a multivariate Student’s t with 3 degrees of freedom and scale \(\mathrm{diag}(\ell)^{-1}\).
- Type:
The spectral measure of the Matérn-3/2 kernel