Skip to content

Commit 71616de

Browse files
authored
DOC Fix Matern kernel formula (scikit-learn#34283)
1 parent 6c381f0 commit 71616de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/modules/gaussian_process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ the smoothness of the resulting function. It is parameterized by a length-scale
414414
and :math:`\nu = 5/2`:
415415

416416
.. math::
417-
k(x_i, x_j) = \Bigg(1 + \frac{\sqrt{5}}{l} d(x_i , x_j ) +\frac{5}{3l} d(x_i , x_j )^2 \Bigg) \exp \Bigg(-\frac{\sqrt{5}}{l} d(x_i , x_j ) \Bigg) \quad \quad \nu= \tfrac{5}{2}
417+
k(x_i, x_j) = \Bigg(1 + \frac{\sqrt{5}}{l} d(x_i , x_j ) +\frac{5}{3l^2} d(x_i , x_j )^2 \Bigg) \exp \Bigg(-\frac{\sqrt{5}}{l} d(x_i , x_j ) \Bigg) \quad \quad \nu= \tfrac{5}{2}
418418
419419
are popular choices for learning functions that are not infinitely
420420
differentiable (as assumed by the RBF kernel) but at least once (:math:`\nu =

0 commit comments

Comments
 (0)